Shades of Dark Orchid #B531CE
Tints of Dark Orchid #B531CE
RGB
CMYK
RGB Variations
Color information
#B531CE (or 0xB531CE) is known color: Dark Orchid. HEX triplet: B5, 31 and CE. RGB value is (181,49,206). Sum of RGB (Red+Green+Blue) = 181+49+206=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #B531CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531CE is #4ACE31. Grayscale: #696969. Windows color (decimal): -4902450 or 13513141. OLE color: 13513141.
HSL color Cylindrical-coordinate representation of color #B531CE: hue angle of 290.45º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B531CE is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 49 | 206 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.19 |
| HSL | 290.45º | 0.62% | 0.5% | - |
| HSV(B) | 290.45º | 0.76% | 0.81% | - |
| XYZ | 31.29 | 16.48 | 59.92 | - |
| YUV | 106.37 | 184.23 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 206 | 0.12 | 0.76 | 0 | 0.19 | 290.45 | 0.62 | 0.5 |
| Hex | B5 | 31 | CE | C | 4C | 0 | 13 | 122 | 3E | 32 |
| Octal | 265 | 61 | 316 | 14 | 114 | 0 | 23 | 442 | 76 | 62 |
| Binary | 10110101 | 110001 | 11001110 | 1100 | 1001100 | 0 | 10011 | 100100010 | 111110 | 110010 |
Color Harmonies of #B531CE
Complementary color
Monochromatic Colors of #B531CE
Black with #B531CE
Text Example
Text Example
White with #B531CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531CE; }
p { color: rgb(181,49,206); }
H1.HeaderClassName
{
color: #B531CE;
}
.AnyTagClassName
{
color: #B531CE;
}
</style>
background-color css
<style>
a { background-color: #B531CE; }
a { background-color: rgb(181,49,206); }
div.DivClassName
{
background-color: #B531CE;
}
.BgClassName
{
background-color: #B531CE;
}
</style>
border-color css
<style>
span { border-color: #B531CE; }
span { border-color: rgb(181,49,206); }
td.TdClassName
{
border-color: #B531CE;
}
.TagClassName
{
border-color: #B531CE;
}
</style>