Shades of Dark Orchid #B52AB8
Tints of Dark Orchid #B52AB8
RGB
CMYK
RGB Variations
Color information
#B52AB8 (or 0xB52AB8) is known color: Dark Orchid. HEX triplet: B5, 2A and B8. RGB value is (181,42,184). Sum of RGB (Red+Green+Blue) = 181+42+184=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: blue. Hex color #B52AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52AB8 is #4AD547. Grayscale: #636363. Windows color (decimal): -4904264 or 12069557. OLE color: 12069557.
HSL color Cylindrical-coordinate representation of color #B52AB8: hue angle of 298.73º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52AB8 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 42 | 184 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.28 |
| HSL | 298.73º | 0.63% | 0.44% | - |
| HSV(B) | 298.73º | 0.77% | 0.72% | - |
| XYZ | 28.54 | 14.94 | 46.73 | - |
| YUV | 99.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 184 | 0.02 | 0.77 | 0 | 0.28 | 298.73 | 0.63 | 0.44 |
| Hex | B5 | 2A | B8 | 2 | 4D | 0 | 1C | 12B | 3F | 2C |
| Octal | 265 | 52 | 270 | 2 | 115 | 0 | 34 | 453 | 77 | 54 |
| Binary | 10110101 | 101010 | 10111000 | 10 | 1001101 | 0 | 11100 | 100101011 | 111111 | 101100 |
Color Harmonies of #B52AB8
Complementary color
Monochromatic Colors of #B52AB8
Black with #B52AB8
Text Example
Text Example
White with #B52AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52AB8; }
p { color: rgb(181,42,184); }
H1.HeaderClassName
{
color: #B52AB8;
}
.AnyTagClassName
{
color: #B52AB8;
}
</style>
background-color css
<style>
a { background-color: #B52AB8; }
a { background-color: rgb(181,42,184); }
div.DivClassName
{
background-color: #B52AB8;
}
.BgClassName
{
background-color: #B52AB8;
}
</style>
border-color css
<style>
span { border-color: #B52AB8; }
span { border-color: rgb(181,42,184); }
td.TdClassName
{
border-color: #B52AB8;
}
.TagClassName
{
border-color: #B52AB8;
}
</style>