Shades of Dark Orchid #B52CED
Tints of Dark Orchid #B52CED
RGB
CMYK
RGB Variations
Color information
#B52CED (or 0xB52CED) is known color: Dark Orchid. HEX triplet: B5, 2C and ED. RGB value is (181,44,237). Sum of RGB (Red+Green+Blue) = 181+44+237=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #B52CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52CED is #4AD312. Grayscale: #6A6A6A. Windows color (decimal): -4903699 or 15543477. OLE color: 15543477.
HSL color Cylindrical-coordinate representation of color #B52CED: hue angle of 282.59º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52CED is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 44 | 237 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.07 |
| HSL | 282.59º | 0.84% | 0.55% | - |
| HSV(B) | 282.59º | 0.81% | 0.93% | - |
| XYZ | 35.24 | 17.74 | 81.69 | - |
| YUV | 106.97 | 201.39 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 237 | 0.24 | 0.81 | 0 | 0.07 | 282.59 | 0.84 | 0.55 |
| Hex | B5 | 2C | ED | 18 | 51 | 0 | 7 | 11B | 54 | 37 |
| Octal | 265 | 54 | 355 | 30 | 121 | 0 | 7 | 433 | 124 | 67 |
| Binary | 10110101 | 101100 | 11101101 | 11000 | 1010001 | 0 | 111 | 100011011 | 1010100 | 110111 |
Color Harmonies of #B52CED
Complementary color
Monochromatic Colors of #B52CED
Black with #B52CED
Text Example
Text Example
White with #B52CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52CED; }
p { color: rgb(181,44,237); }
H1.HeaderClassName
{
color: #B52CED;
}
.AnyTagClassName
{
color: #B52CED;
}
</style>
background-color css
<style>
a { background-color: #B52CED; }
a { background-color: rgb(181,44,237); }
div.DivClassName
{
background-color: #B52CED;
}
.BgClassName
{
background-color: #B52CED;
}
</style>
border-color css
<style>
span { border-color: #B52CED; }
span { border-color: rgb(181,44,237); }
td.TdClassName
{
border-color: #B52CED;
}
.TagClassName
{
border-color: #B52CED;
}
</style>