Shades of Dark Orchid #B12DCB
Tints of Dark Orchid #B12DCB
RGB
CMYK
RGB Variations
Color information
#B12DCB (or 0xB12DCB) is known color: Dark Orchid. HEX triplet: B1, 2D and CB. RGB value is (177,45,203). Sum of RGB (Red+Green+Blue) = 177+45+203=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #B12DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DCB is #4ED234. Grayscale: #656565. Windows color (decimal): -5165621 or 13315505. OLE color: 13315505.
HSL color Cylindrical-coordinate representation of color #B12DCB: hue angle of 290.13º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12DCB is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 45 | 203 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.20 |
| HSL | 290.13º | 0.64% | 0.49% | - |
| HSV(B) | 290.13º | 0.78% | 0.8% | - |
| XYZ | 29.85 | 15.54 | 57.93 | - |
| YUV | 102.48 | 184.73 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 203 | 0.13 | 0.78 | 0 | 0.20 | 290.13 | 0.64 | 0.49 |
| Hex | B1 | 2D | CB | D | 4E | 0 | 14 | 122 | 40 | 31 |
| Octal | 261 | 55 | 313 | 15 | 116 | 0 | 24 | 442 | 100 | 61 |
| Binary | 10110001 | 101101 | 11001011 | 1101 | 1001110 | 0 | 10100 | 100100010 | 1000000 | 110001 |
Color Harmonies of #B12DCB
Complementary color
Monochromatic Colors of #B12DCB
Black with #B12DCB
Text Example
Text Example
White with #B12DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DCB; }
p { color: rgb(177,45,203); }
H1.HeaderClassName
{
color: #B12DCB;
}
.AnyTagClassName
{
color: #B12DCB;
}
</style>
background-color css
<style>
a { background-color: #B12DCB; }
a { background-color: rgb(177,45,203); }
div.DivClassName
{
background-color: #B12DCB;
}
.BgClassName
{
background-color: #B12DCB;
}
</style>
border-color css
<style>
span { border-color: #B12DCB; }
span { border-color: rgb(177,45,203); }
td.TdClassName
{
border-color: #B12DCB;
}
.TagClassName
{
border-color: #B12DCB;
}
</style>