Shades of Dark Orchid #B12DDB
Tints of Dark Orchid #B12DDB
RGB
CMYK
RGB Variations
Color information
#B12DDB (or 0xB12DDB) is known color: Dark Orchid. HEX triplet: B1, 2D and DB. RGB value is (177,45,219). Sum of RGB (Red+Green+Blue) = 177+45+219=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #B12DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DDB is #4ED224. Grayscale: #676767. Windows color (decimal): -5165605 or 14364081. OLE color: 14364081.
HSL color Cylindrical-coordinate representation of color #B12DDB: hue angle of 285.52º degrees, saturation: 0.71, 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 #B12DDB is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 45 | 219 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.14 |
| HSL | 285.52º | 0.71% | 0.52% | - |
| HSV(B) | 285.52º | 0.79% | 0.86% | - |
| XYZ | 31.86 | 16.34 | 68.49 | - |
| YUV | 104.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 219 | 0.19 | 0.79 | 0 | 0.14 | 285.52 | 0.71 | 0.52 |
| Hex | B1 | 2D | DB | 13 | 4F | 0 | E | 11E | 47 | 34 |
| Octal | 261 | 55 | 333 | 23 | 117 | 0 | 16 | 436 | 107 | 64 |
| Binary | 10110001 | 101101 | 11011011 | 10011 | 1001111 | 0 | 1110 | 100011110 | 1000111 | 110100 |
Color Harmonies of #B12DDB
Complementary color
Monochromatic Colors of #B12DDB
Black with #B12DDB
Text Example
Text Example
White with #B12DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DDB; }
p { color: rgb(177,45,219); }
H1.HeaderClassName
{
color: #B12DDB;
}
.AnyTagClassName
{
color: #B12DDB;
}
</style>
background-color css
<style>
a { background-color: #B12DDB; }
a { background-color: rgb(177,45,219); }
div.DivClassName
{
background-color: #B12DDB;
}
.BgClassName
{
background-color: #B12DDB;
}
</style>
border-color css
<style>
span { border-color: #B12DDB; }
span { border-color: rgb(177,45,219); }
td.TdClassName
{
border-color: #B12DDB;
}
.TagClassName
{
border-color: #B12DDB;
}
</style>