#B34FDD

Color #B34FDD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B34FDD

Tints of Medium Orchid #B34FDD

Color information

#B34FDD (or 0xB34FDD) is unknown color: approx Medium Orchid. HEX triplet: B3, 4F and DD. RGB value is (179,79,221). Sum of RGB (Red+Green+Blue) = 179+79+221=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #B34FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FDD is #4CB022. Grayscale: #7C7C7C. Windows color (decimal): -5025827 or 14503859. OLE color: 14503859.

HSL color Cylindrical-coordinate representation of color #B34FDD: hue angle of 282.25º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34FDD is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17979221-
CMYK0.190.6400.13
HSL282.25º67.62%58.82%-
HSV(B)282.25º64.25%86.67%-
XYZ34.4420.470.53-
YUV125.09182.13166.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 79 (31.25% from 255) = 16.49%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=37.37%
G=16.49%
B=46.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179792210.190.6400.13282.2567.6258.82
HexB34FDD13400D11a443b
Octal2631173352310001543210473
Binary10110011100111111011101100111000000011011000110101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34FDD; }

 p { color: rgb(179,79,221); }

 H1.HeaderClassName
 {
   color: #B34FDD;
 }
 .AnyTagClassName
 {
   color: #B34FDD;
 }
</style>
background-color css

<style>
 a { background-color: #B34FDD; }

 a { background-color: rgb(179,79,221); }

 div.DivClassName
 {
   background-color: #B34FDD;
 }
 .BgClassName
 {
   background-color: #B34FDD;
 }
</style>
border-color css

<style>
 span { border-color: #B34FDD; }

 span { border-color: rgb(179,79,221); }

 td.TdClassName
 {
   border-color: #B34FDD;
 }
 .TagClassName
 {
   border-color: #B34FDD;
 }
</style>