#B12DD6

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

Shades of Dark Orchid #B12DD6

Tints of Dark Orchid #B12DD6

Color information

#B12DD6 (or 0xB12DD6) is unknown color: approx Dark Orchid. HEX triplet: B1, 2D and D6. RGB value is (177,45,214). Sum of RGB (Red+Green+Blue) = 177+45+214=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #B12DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DD6 is #4ED229. Grayscale: #676767. Windows color (decimal): -5165610 or 14036401. OLE color: 14036401.

HSL color Cylindrical-coordinate representation of color #B12DD6: hue angle of 286.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12DD6 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17745214-
CMYK0.170.7900.16
HSL286.86º67.33%50.78%-
HSV(B)286.86º78.97%83.92%-
XYZ31.2116.0865.08-
YUV103.73190.23180.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 45 (17.97% from 255) = 10.32%
BLUE value IS 214 (83.98% from 255) = 49.08%
R=40.60%
G=10.32%
B=49.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177452140.170.7900.16286.8667.3350.78
HexB12DD6114F01011f4333
Octal261553262111702043710363
Binary10110001101101110101101000110011110100001000111111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12DD6; }

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

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

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

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

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

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

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

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