Shades of Dark Orchid #B52CE9
Tints of Dark Orchid #B52CE9
RGB
CMYK
RGB Variations
Color information
#B52CE9 (or 0xB52CE9) is known color: Dark Orchid. HEX triplet: B5, 2C and E9. RGB value is (181,44,233). Sum of RGB (Red+Green+Blue) = 181+44+233=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #B52CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52CE9 is #4AD316. Grayscale: #696969. Windows color (decimal): -4903703 or 15281333. OLE color: 15281333.
HSL color Cylindrical-coordinate representation of color #B52CE9: hue angle of 283.49º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52CE9 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 44 | 233 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.09 |
| HSL | 283.49º | 0.81% | 0.54% | - |
| HSV(B) | 283.49º | 0.81% | 0.91% | - |
| XYZ | 34.66 | 17.51 | 78.64 | - |
| YUV | 106.51 | 199.39 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 233 | 0.22 | 0.81 | 0 | 0.09 | 283.49 | 0.81 | 0.54 |
| Hex | B5 | 2C | E9 | 16 | 51 | 0 | 9 | 11B | 51 | 36 |
| Octal | 265 | 54 | 351 | 26 | 121 | 0 | 11 | 433 | 121 | 66 |
| Binary | 10110101 | 101100 | 11101001 | 10110 | 1010001 | 0 | 1001 | 100011011 | 1010001 | 110110 |
Color Harmonies of #B52CE9
Complementary color
Monochromatic Colors of #B52CE9
Black with #B52CE9
Text Example
Text Example
White with #B52CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52CE9; }
p { color: rgb(181,44,233); }
H1.HeaderClassName
{
color: #B52CE9;
}
.AnyTagClassName
{
color: #B52CE9;
}
</style>
background-color css
<style>
a { background-color: #B52CE9; }
a { background-color: rgb(181,44,233); }
div.DivClassName
{
background-color: #B52CE9;
}
.BgClassName
{
background-color: #B52CE9;
}
</style>
border-color css
<style>
span { border-color: #B52CE9; }
span { border-color: rgb(181,44,233); }
td.TdClassName
{
border-color: #B52CE9;
}
.TagClassName
{
border-color: #B52CE9;
}
</style>