Shades of Dark Orchid #B12CDB
Tints of Dark Orchid #B12CDB
RGB
CMYK
RGB Variations
Color information
#B12CDB (or 0xB12CDB) is known color: Dark Orchid. HEX triplet: B1, 2C and DB. RGB value is (177,44,219). Sum of RGB (Red+Green+Blue) = 177+44+219=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #B12CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CDB is #4ED324. Grayscale: #676767. Windows color (decimal): -5165861 or 14363825. OLE color: 14363825.
HSL color Cylindrical-coordinate representation of color #B12CDB: hue angle of 285.6º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12CDB is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 44 | 219 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.14 |
| HSL | 285.6º | 0.71% | 0.52% | - |
| HSV(B) | 285.6º | 0.8% | 0.86% | - |
| XYZ | 31.82 | 16.26 | 68.48 | - |
| YUV | 103.72 | 193.06 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 219 | 0.19 | 0.80 | 0 | 0.14 | 285.6 | 0.71 | 0.52 |
| Hex | B1 | 2C | DB | 13 | 50 | 0 | E | 11E | 47 | 34 |
| Octal | 261 | 54 | 333 | 23 | 120 | 0 | 16 | 436 | 107 | 64 |
| Binary | 10110001 | 101100 | 11011011 | 10011 | 1010000 | 0 | 1110 | 100011110 | 1000111 | 110100 |
Color Harmonies of #B12CDB
Complementary color
Monochromatic Colors of #B12CDB
Black with #B12CDB
Text Example
Text Example
White with #B12CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12CDB; }
p { color: rgb(177,44,219); }
H1.HeaderClassName
{
color: #B12CDB;
}
.AnyTagClassName
{
color: #B12CDB;
}
</style>
background-color css
<style>
a { background-color: #B12CDB; }
a { background-color: rgb(177,44,219); }
div.DivClassName
{
background-color: #B12CDB;
}
.BgClassName
{
background-color: #B12CDB;
}
</style>
border-color css
<style>
span { border-color: #B12CDB; }
span { border-color: rgb(177,44,219); }
td.TdClassName
{
border-color: #B12CDB;
}
.TagClassName
{
border-color: #B12CDB;
}
</style>