Shades of Dark Orchid #B532E8
Tints of Dark Orchid #B532E8
RGB
CMYK
RGB Variations
Color information
#B532E8 (or 0xB532E8) is known color: Dark Orchid. HEX triplet: B5, 32 and E8. RGB value is (181,50,232). Sum of RGB (Red+Green+Blue) = 181+50+232=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #B532E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B532E8 is #4ACD17. Grayscale: #6D6D6D. Windows color (decimal): -4902168 or 15217333. OLE color: 15217333.
HSL color Cylindrical-coordinate representation of color #B532E8: hue angle of 283.19º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B532E8 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 50 | 232 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.09 |
| HSL | 283.19º | 0.8% | 0.55% | - |
| HSV(B) | 283.19º | 0.78% | 0.91% | - |
| XYZ | 34.76 | 17.93 | 77.97 | - |
| YUV | 109.92 | 196.9 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 232 | 0.22 | 0.78 | 0 | 0.09 | 283.19 | 0.8 | 0.55 |
| Hex | B5 | 32 | E8 | 16 | 4E | 0 | 9 | 11B | 50 | 37 |
| Octal | 265 | 62 | 350 | 26 | 116 | 0 | 11 | 433 | 120 | 67 |
| Binary | 10110101 | 110010 | 11101000 | 10110 | 1001110 | 0 | 1001 | 100011011 | 1010000 | 110111 |
Color Harmonies of #B532E8
Complementary color
Monochromatic Colors of #B532E8
Black with #B532E8
Text Example
Text Example
White with #B532E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B532E8; }
p { color: rgb(181,50,232); }
H1.HeaderClassName
{
color: #B532E8;
}
.AnyTagClassName
{
color: #B532E8;
}
</style>
background-color css
<style>
a { background-color: #B532E8; }
a { background-color: rgb(181,50,232); }
div.DivClassName
{
background-color: #B532E8;
}
.BgClassName
{
background-color: #B532E8;
}
</style>
border-color css
<style>
span { border-color: #B532E8; }
span { border-color: rgb(181,50,232); }
td.TdClassName
{
border-color: #B532E8;
}
.TagClassName
{
border-color: #B532E8;
}
</style>