Shades of Dark Orchid #B531EC
Tints of Dark Orchid #B531EC
RGB
CMYK
RGB Variations
Color information
#B531EC (or 0xB531EC) is known color: Dark Orchid. HEX triplet: B5, 31 and EC. RGB value is (181,49,236). Sum of RGB (Red+Green+Blue) = 181+49+236=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #B531EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531EC is #4ACE13. Grayscale: #6D6D6D. Windows color (decimal): -4902420 or 15479221. OLE color: 15479221.
HSL color Cylindrical-coordinate representation of color #B531EC: hue angle of 282.35º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B531EC is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 49 | 236 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.07 |
| HSL | 282.35º | 0.83% | 0.56% | - |
| HSV(B) | 282.35º | 0.79% | 0.93% | - |
| XYZ | 35.29 | 18.08 | 80.99 | - |
| YUV | 109.79 | 199.23 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 236 | 0.23 | 0.79 | 0 | 0.07 | 282.35 | 0.83 | 0.56 |
| Hex | B5 | 31 | EC | 17 | 4F | 0 | 7 | 11A | 53 | 38 |
| Octal | 265 | 61 | 354 | 27 | 117 | 0 | 7 | 432 | 123 | 70 |
| Binary | 10110101 | 110001 | 11101100 | 10111 | 1001111 | 0 | 111 | 100011010 | 1010011 | 111000 |
Color Harmonies of #B531EC
Complementary color
Monochromatic Colors of #B531EC
Black with #B531EC
Text Example
Text Example
White with #B531EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531EC; }
p { color: rgb(181,49,236); }
H1.HeaderClassName
{
color: #B531EC;
}
.AnyTagClassName
{
color: #B531EC;
}
</style>
background-color css
<style>
a { background-color: #B531EC; }
a { background-color: rgb(181,49,236); }
div.DivClassName
{
background-color: #B531EC;
}
.BgClassName
{
background-color: #B531EC;
}
</style>
border-color css
<style>
span { border-color: #B531EC; }
span { border-color: rgb(181,49,236); }
td.TdClassName
{
border-color: #B531EC;
}
.TagClassName
{
border-color: #B531EC;
}
</style>