Shades of Dark Orchid #B12ABB
Tints of Dark Orchid #B12ABB
RGB
CMYK
RGB Variations
Color information
#B12ABB (or 0xB12ABB) is known color: Dark Orchid. HEX triplet: B1, 2A and BB. RGB value is (177,42,187). Sum of RGB (Red+Green+Blue) = 177+42+187=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #B12ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12ABB is #4ED544. Grayscale: #626262. Windows color (decimal): -5166405 or 12266161. OLE color: 12266161.
HSL color Cylindrical-coordinate representation of color #B12ABB: hue angle of 295.86º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12ABB is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 42 | 187 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.27 |
| HSL | 295.86º | 0.63% | 0.45% | - |
| HSV(B) | 295.86º | 0.78% | 0.73% | - |
| XYZ | 27.93 | 14.59 | 48.36 | - |
| YUV | 98.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 42 | 187 | 0.05 | 0.78 | 0 | 0.27 | 295.86 | 0.63 | 0.45 |
| Hex | B1 | 2A | BB | 5 | 4E | 0 | 1B | 128 | 3F | 2D |
| Octal | 261 | 52 | 273 | 5 | 116 | 0 | 33 | 450 | 77 | 55 |
| Binary | 10110001 | 101010 | 10111011 | 101 | 1001110 | 0 | 11011 | 100101000 | 111111 | 101101 |
Color Harmonies of #B12ABB
Complementary color
Monochromatic Colors of #B12ABB
Black with #B12ABB
Text Example
Text Example
White with #B12ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12ABB; }
p { color: rgb(177,42,187); }
H1.HeaderClassName
{
color: #B12ABB;
}
.AnyTagClassName
{
color: #B12ABB;
}
</style>
background-color css
<style>
a { background-color: #B12ABB; }
a { background-color: rgb(177,42,187); }
div.DivClassName
{
background-color: #B12ABB;
}
.BgClassName
{
background-color: #B12ABB;
}
</style>
border-color css
<style>
span { border-color: #B12ABB; }
span { border-color: rgb(177,42,187); }
td.TdClassName
{
border-color: #B12ABB;
}
.TagClassName
{
border-color: #B12ABB;
}
</style>