Shades of Dark Orchid #B12DB8
Tints of Dark Orchid #B12DB8
RGB
CMYK
RGB Variations
Color information
#B12DB8 (or 0xB12DB8) is known color: Dark Orchid. HEX triplet: B1, 2D and B8. RGB value is (177,45,184). Sum of RGB (Red+Green+Blue) = 177+45+184=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #B12DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DB8 is #4ED247. Grayscale: #636363. Windows color (decimal): -5165640 or 12070321. OLE color: 12070321.
HSL color Cylindrical-coordinate representation of color #B12DB8: hue angle of 296.98º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12DB8 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 45 | 184 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.28 |
| HSL | 296.98º | 0.61% | 0.45% | - |
| HSV(B) | 296.98º | 0.76% | 0.72% | - |
| XYZ | 27.72 | 14.68 | 46.72 | - |
| YUV | 100.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 184 | 0.04 | 0.76 | 0 | 0.28 | 296.98 | 0.61 | 0.45 |
| Hex | B1 | 2D | B8 | 4 | 4C | 0 | 1C | 129 | 3D | 2D |
| Octal | 261 | 55 | 270 | 4 | 114 | 0 | 34 | 451 | 75 | 55 |
| Binary | 10110001 | 101101 | 10111000 | 100 | 1001100 | 0 | 11100 | 100101001 | 111101 | 101101 |
Color Harmonies of #B12DB8
Complementary color
Monochromatic Colors of #B12DB8
Black with #B12DB8
Text Example
Text Example
White with #B12DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DB8; }
p { color: rgb(177,45,184); }
H1.HeaderClassName
{
color: #B12DB8;
}
.AnyTagClassName
{
color: #B12DB8;
}
</style>
background-color css
<style>
a { background-color: #B12DB8; }
a { background-color: rgb(177,45,184); }
div.DivClassName
{
background-color: #B12DB8;
}
.BgClassName
{
background-color: #B12DB8;
}
</style>
border-color css
<style>
span { border-color: #B12DB8; }
span { border-color: rgb(177,45,184); }
td.TdClassName
{
border-color: #B12DB8;
}
.TagClassName
{
border-color: #B12DB8;
}
</style>