#B12CD1

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

Shades of Dark Orchid #B12CD1

Tints of Dark Orchid #B12CD1

Color information

#B12CD1 (or 0xB12CD1) is unknown color: approx Dark Orchid. HEX triplet: B1, 2C and D1. RGB value is (177,44,209). Sum of RGB (Red+Green+Blue) = 177+44+209=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #B12CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CD1 is #4ED32E. Grayscale: #666666. Windows color (decimal): -5165871 or 13708465. OLE color: 13708465.

HSL color Cylindrical-coordinate representation of color #B12CD1: hue angle of 288.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12CD1 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17744209-
CMYK0.150.7900.18
HSL288.36º65.22%49.61%-
HSV(B)288.36º78.95%81.96%-
XYZ30.5415.7561.75-
YUV102.58188.06181.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 44 (17.58% from 255) = 10.23%
BLUE value IS 209 (82.03% from 255) = 48.60%
R=41.16%
G=10.23%
B=48.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal177442090.150.7900.18288.3665.2249.61
HexB12CD1F4F0121204132
Octal261543211711702244010162
Binary1011000110110011010001111110011110100101001000001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12CD1; }

 p { color: rgb(177,44,209); }

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

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

 a { background-color: rgb(177,44,209); }

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

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

 span { border-color: rgb(177,44,209); }

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