Shades of Dark Orchid #B531E4
Tints of Dark Orchid #B531E4
RGB
CMYK
RGB Variations
Color information
#B531E4 (or 0xB531E4) is known color: Dark Orchid. HEX triplet: B5, 31 and E4. RGB value is (181,49,228). Sum of RGB (Red+Green+Blue) = 181+49+228=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #B531E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531E4 is #4ACE1B. Grayscale: #6C6C6C. Windows color (decimal): -4902428 or 14954933. OLE color: 14954933.
HSL color Cylindrical-coordinate representation of color #B531E4: hue angle of 284.25º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B531E4 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 49 | 228 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.11 |
| HSL | 284.25º | 0.77% | 0.54% | - |
| HSV(B) | 284.25º | 0.79% | 0.89% | - |
| XYZ | 34.16 | 17.62 | 75 | - |
| YUV | 108.87 | 195.23 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 228 | 0.21 | 0.79 | 0 | 0.11 | 284.25 | 0.77 | 0.54 |
| Hex | B5 | 31 | E4 | 15 | 4F | 0 | B | 11C | 4D | 36 |
| Octal | 265 | 61 | 344 | 25 | 117 | 0 | 13 | 434 | 115 | 66 |
| Binary | 10110101 | 110001 | 11100100 | 10101 | 1001111 | 0 | 1011 | 100011100 | 1001101 | 110110 |
Color Harmonies of #B531E4
Complementary color
Monochromatic Colors of #B531E4
Black with #B531E4
Text Example
Text Example
White with #B531E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531E4; }
p { color: rgb(181,49,228); }
H1.HeaderClassName
{
color: #B531E4;
}
.AnyTagClassName
{
color: #B531E4;
}
</style>
background-color css
<style>
a { background-color: #B531E4; }
a { background-color: rgb(181,49,228); }
div.DivClassName
{
background-color: #B531E4;
}
.BgClassName
{
background-color: #B531E4;
}
</style>
border-color css
<style>
span { border-color: #B531E4; }
span { border-color: rgb(181,49,228); }
td.TdClassName
{
border-color: #B531E4;
}
.TagClassName
{
border-color: #B531E4;
}
</style>