Shades of Dark Orchid #B531E8
Tints of Dark Orchid #B531E8
RGB
CMYK
RGB Variations
Color information
#B531E8 (or 0xB531E8) is known color: Dark Orchid. HEX triplet: B5, 31 and E8. RGB value is (181,49,232). Sum of RGB (Red+Green+Blue) = 181+49+232=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #B531E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531E8 is #4ACE17. Grayscale: #6C6C6C. Windows color (decimal): -4902424 or 15217077. OLE color: 15217077.
HSL color Cylindrical-coordinate representation of color #B531E8: hue angle of 283.28º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B531E8 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 49 | 232 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.09 |
| HSL | 283.28º | 0.8% | 0.55% | - |
| HSV(B) | 283.28º | 0.79% | 0.91% | - |
| XYZ | 34.72 | 17.85 | 77.96 | - |
| YUV | 109.33 | 197.23 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 232 | 0.22 | 0.79 | 0 | 0.09 | 283.28 | 0.8 | 0.55 |
| Hex | B5 | 31 | E8 | 16 | 4F | 0 | 9 | 11B | 50 | 37 |
| Octal | 265 | 61 | 350 | 26 | 117 | 0 | 11 | 433 | 120 | 67 |
| Binary | 10110101 | 110001 | 11101000 | 10110 | 1001111 | 0 | 1001 | 100011011 | 1010000 | 110111 |
Color Harmonies of #B531E8
Complementary color
Monochromatic Colors of #B531E8
Black with #B531E8
Text Example
Text Example
White with #B531E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531E8; }
p { color: rgb(181,49,232); }
H1.HeaderClassName
{
color: #B531E8;
}
.AnyTagClassName
{
color: #B531E8;
}
</style>
background-color css
<style>
a { background-color: #B531E8; }
a { background-color: rgb(181,49,232); }
div.DivClassName
{
background-color: #B531E8;
}
.BgClassName
{
background-color: #B531E8;
}
</style>
border-color css
<style>
span { border-color: #B531E8; }
span { border-color: rgb(181,49,232); }
td.TdClassName
{
border-color: #B531E8;
}
.TagClassName
{
border-color: #B531E8;
}
</style>