Shades of Dark Orchid #B531EF
Tints of Dark Orchid #B531EF
RGB
CMYK
RGB Variations
Color information
#B531EF (or 0xB531EF) is known color: Dark Orchid. HEX triplet: B5, 31 and EF. RGB value is (181,49,239). Sum of RGB (Red+Green+Blue) = 181+49+239=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #B531EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531EF is #4ACE10. Grayscale: #6D6D6D. Windows color (decimal): -4902417 or 15675829. OLE color: 15675829.
HSL color Cylindrical-coordinate representation of color #B531EF: hue angle of 281.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B531EF is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 49 | 239 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.06 |
| HSL | 281.68º | 0.86% | 0.56% | - |
| HSV(B) | 281.68º | 0.79% | 0.94% | - |
| XYZ | 35.73 | 18.25 | 83.3 | - |
| YUV | 110.13 | 200.73 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 239 | 0.24 | 0.79 | 0 | 0.06 | 281.68 | 0.86 | 0.56 |
| Hex | B5 | 31 | EF | 18 | 4F | 0 | 6 | 11A | 56 | 38 |
| Octal | 265 | 61 | 357 | 30 | 117 | 0 | 6 | 432 | 126 | 70 |
| Binary | 10110101 | 110001 | 11101111 | 11000 | 1001111 | 0 | 110 | 100011010 | 1010110 | 111000 |
Color Harmonies of #B531EF
Complementary color
Monochromatic Colors of #B531EF
Black with #B531EF
Text Example
Text Example
White with #B531EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531EF; }
p { color: rgb(181,49,239); }
H1.HeaderClassName
{
color: #B531EF;
}
.AnyTagClassName
{
color: #B531EF;
}
</style>
background-color css
<style>
a { background-color: #B531EF; }
a { background-color: rgb(181,49,239); }
div.DivClassName
{
background-color: #B531EF;
}
.BgClassName
{
background-color: #B531EF;
}
</style>
border-color css
<style>
span { border-color: #B531EF; }
span { border-color: rgb(181,49,239); }
td.TdClassName
{
border-color: #B531EF;
}
.TagClassName
{
border-color: #B531EF;
}
</style>