Shades of Dark Orchid #B52BBC
Tints of Dark Orchid #B52BBC
RGB
CMYK
RGB Variations
Color information
#B52BBC (or 0xB52BBC) is known color: Dark Orchid. HEX triplet: B5, 2B and BC. RGB value is (181,43,188). Sum of RGB (Red+Green+Blue) = 181+43+188=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #B52BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52BBC is #4AD443. Grayscale: #646464. Windows color (decimal): -4904004 or 12331957. OLE color: 12331957.
HSL color Cylindrical-coordinate representation of color #B52BBC: hue angle of 297.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52BBC is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 43 | 188 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.26 |
| HSL | 297.1º | 0.63% | 0.45% | - |
| HSV(B) | 297.1º | 0.77% | 0.74% | - |
| XYZ | 29 | 15.18 | 48.98 | - |
| YUV | 100.79 | 177.22 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 188 | 0.04 | 0.77 | 0 | 0.26 | 297.1 | 0.63 | 0.45 |
| Hex | B5 | 2B | BC | 4 | 4D | 0 | 1A | 129 | 3F | 2D |
| Octal | 265 | 53 | 274 | 4 | 115 | 0 | 32 | 451 | 77 | 55 |
| Binary | 10110101 | 101011 | 10111100 | 100 | 1001101 | 0 | 11010 | 100101001 | 111111 | 101101 |
Color Harmonies of #B52BBC
Complementary color
Monochromatic Colors of #B52BBC
Black with #B52BBC
Text Example
Text Example
White with #B52BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52BBC; }
p { color: rgb(181,43,188); }
H1.HeaderClassName
{
color: #B52BBC;
}
.AnyTagClassName
{
color: #B52BBC;
}
</style>
background-color css
<style>
a { background-color: #B52BBC; }
a { background-color: rgb(181,43,188); }
div.DivClassName
{
background-color: #B52BBC;
}
.BgClassName
{
background-color: #B52BBC;
}
</style>
border-color css
<style>
span { border-color: #B52BBC; }
span { border-color: rgb(181,43,188); }
td.TdClassName
{
border-color: #B52BBC;
}
.TagClassName
{
border-color: #B52BBC;
}
</style>