Shades of Dark Orchid #B531E9
Tints of Dark Orchid #B531E9
RGB
CMYK
RGB Variations
Color information
#B531E9 (or 0xB531E9) is known color: Dark Orchid. HEX triplet: B5, 31 and E9. RGB value is (181,49,233). Sum of RGB (Red+Green+Blue) = 181+49+233=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #B531E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531E9 is #4ACE16. Grayscale: #6C6C6C. Windows color (decimal): -4902423 or 15282613. OLE color: 15282613.
HSL color Cylindrical-coordinate representation of color #B531E9: hue angle of 283.04º degrees, saturation: 0.81, 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 #B531E9 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 49 | 233 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.09 |
| HSL | 283.04º | 0.81% | 0.55% | - |
| HSV(B) | 283.04º | 0.79% | 0.91% | - |
| XYZ | 34.86 | 17.9 | 78.71 | - |
| YUV | 109.44 | 197.73 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 233 | 0.22 | 0.79 | 0 | 0.09 | 283.04 | 0.81 | 0.55 |
| Hex | B5 | 31 | E9 | 16 | 4F | 0 | 9 | 11B | 51 | 37 |
| Octal | 265 | 61 | 351 | 26 | 117 | 0 | 11 | 433 | 121 | 67 |
| Binary | 10110101 | 110001 | 11101001 | 10110 | 1001111 | 0 | 1001 | 100011011 | 1010001 | 110111 |
Color Harmonies of #B531E9
Complementary color
Monochromatic Colors of #B531E9
Black with #B531E9
Text Example
Text Example
White with #B531E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531E9; }
p { color: rgb(181,49,233); }
H1.HeaderClassName
{
color: #B531E9;
}
.AnyTagClassName
{
color: #B531E9;
}
</style>
background-color css
<style>
a { background-color: #B531E9; }
a { background-color: rgb(181,49,233); }
div.DivClassName
{
background-color: #B531E9;
}
.BgClassName
{
background-color: #B531E9;
}
</style>
border-color css
<style>
span { border-color: #B531E9; }
span { border-color: rgb(181,49,233); }
td.TdClassName
{
border-color: #B531E9;
}
.TagClassName
{
border-color: #B531E9;
}
</style>