Shades of Dark Orchid #B12BD8
Tints of Dark Orchid #B12BD8
RGB
CMYK
RGB Variations
Color information
#B12BD8 (or 0xB12BD8) is known color: Dark Orchid. HEX triplet: B1, 2B and D8. RGB value is (177,43,216). Sum of RGB (Red+Green+Blue) = 177+43+216=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #B12BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12BD8 is #4ED427. Grayscale: #666666. Windows color (decimal): -5166120 or 14166961. OLE color: 14166961.
HSL color Cylindrical-coordinate representation of color #B12BD8: hue angle of 286.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12BD8 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 43 | 216 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.15 |
| HSL | 286.47º | 0.69% | 0.51% | - |
| HSV(B) | 286.47º | 0.8% | 0.85% | - |
| XYZ | 31.39 | 16.03 | 66.41 | - |
| YUV | 102.79 | 191.89 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 43 | 216 | 0.18 | 0.80 | 0 | 0.15 | 286.47 | 0.69 | 0.51 |
| Hex | B1 | 2B | D8 | 12 | 50 | 0 | F | 11E | 45 | 33 |
| Octal | 261 | 53 | 330 | 22 | 120 | 0 | 17 | 436 | 105 | 63 |
| Binary | 10110001 | 101011 | 11011000 | 10010 | 1010000 | 0 | 1111 | 100011110 | 1000101 | 110011 |
Color Harmonies of #B12BD8
Complementary color
Monochromatic Colors of #B12BD8
Black with #B12BD8
Text Example
Text Example
White with #B12BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12BD8; }
p { color: rgb(177,43,216); }
H1.HeaderClassName
{
color: #B12BD8;
}
.AnyTagClassName
{
color: #B12BD8;
}
</style>
background-color css
<style>
a { background-color: #B12BD8; }
a { background-color: rgb(177,43,216); }
div.DivClassName
{
background-color: #B12BD8;
}
.BgClassName
{
background-color: #B12BD8;
}
</style>
border-color css
<style>
span { border-color: #B12BD8; }
span { border-color: rgb(177,43,216); }
td.TdClassName
{
border-color: #B12BD8;
}
.TagClassName
{
border-color: #B12BD8;
}
</style>