Shades of Dark Orchid #B12FDB
Tints of Dark Orchid #B12FDB
RGB
CMYK
RGB Variations
Color information
#B12FDB (or 0xB12FDB) is known color: Dark Orchid. HEX triplet: B1, 2F and DB. RGB value is (177,47,219). Sum of RGB (Red+Green+Blue) = 177+47+219=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #B12FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12FDB is #4ED024. Grayscale: #686868. Windows color (decimal): -5165093 or 14364593. OLE color: 14364593.
HSL color Cylindrical-coordinate representation of color #B12FDB: hue angle of 285.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12FDB is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 47 | 219 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.14 |
| HSL | 285.35º | 0.7% | 0.52% | - |
| HSV(B) | 285.35º | 0.79% | 0.86% | - |
| XYZ | 31.93 | 16.49 | 68.52 | - |
| YUV | 105.48 | 192.07 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 219 | 0.19 | 0.79 | 0 | 0.14 | 285.35 | 0.7 | 0.52 |
| Hex | B1 | 2F | DB | 13 | 4F | 0 | E | 11D | 46 | 34 |
| Octal | 261 | 57 | 333 | 23 | 117 | 0 | 16 | 435 | 106 | 64 |
| Binary | 10110001 | 101111 | 11011011 | 10011 | 1001111 | 0 | 1110 | 100011101 | 1000110 | 110100 |
Color Harmonies of #B12FDB
Complementary color
Monochromatic Colors of #B12FDB
Black with #B12FDB
Text Example
Text Example
White with #B12FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12FDB; }
p { color: rgb(177,47,219); }
H1.HeaderClassName
{
color: #B12FDB;
}
.AnyTagClassName
{
color: #B12FDB;
}
</style>
background-color css
<style>
a { background-color: #B12FDB; }
a { background-color: rgb(177,47,219); }
div.DivClassName
{
background-color: #B12FDB;
}
.BgClassName
{
background-color: #B12FDB;
}
</style>
border-color css
<style>
span { border-color: #B12FDB; }
span { border-color: rgb(177,47,219); }
td.TdClassName
{
border-color: #B12FDB;
}
.TagClassName
{
border-color: #B12FDB;
}
</style>