#B12DC6

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

Shades of Dark Orchid #B12DC6

Tints of Dark Orchid #B12DC6

Color information

#B12DC6 (or 0xB12DC6) is unknown color: approx Dark Orchid. HEX triplet: B1, 2D and C6. RGB value is (177,45,198). Sum of RGB (Red+Green+Blue) = 177+45+198=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #B12DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DC6 is #4ED239. Grayscale: #656565. Windows color (decimal): -5165626 or 12987825. OLE color: 12987825.

HSL color Cylindrical-coordinate representation of color #B12DC6: hue angle of 291.76º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12DC6 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17745198-
CMYK0.110.7700.22
HSL291.76º62.96%47.65%-
HSV(B)291.76º77.27%77.65%-
XYZ29.2615.354.84-
YUV101.91182.23181.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 45 (17.97% from 255) = 10.71%
BLUE value IS 198 (77.73% from 255) = 47.14%
R=42.14%
G=10.71%
B=47.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177451980.110.7700.22291.7662.9647.65
HexB12DC6B4D0161243f30
Octal26155306131150264447760
Binary101100011011011100011010111001101010110100100100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12DC6; }

 p { color: rgb(177,45,198); }

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

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

 a { background-color: rgb(177,45,198); }

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

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

 span { border-color: rgb(177,45,198); }

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