Shades of Dark Orchid #B31ED0
Tints of Dark Orchid #B31ED0
RGB
CMYK
RGB Variations
Color information
#B31ED0 (or 0xB31ED0) is known color: Dark Orchid. HEX triplet: B3, 1E and D0. RGB value is (179,30,208). Sum of RGB (Red+Green+Blue) = 179+30+208=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #B31ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31ED0 is #4CE12F. Grayscale: #5E5E5E. Windows color (decimal): -5038384 or 13639347. OLE color: 13639347.
HSL color Cylindrical-coordinate representation of color #B31ED0: hue angle of 290.22º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31ED0 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 30 | 208 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.18 |
| HSL | 290.22º | 0.75% | 0.47% | - |
| HSV(B) | 290.22º | 0.86% | 0.82% | - |
| XYZ | 30.44 | 15.07 | 60.98 | - |
| YUV | 94.84 | 191.86 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 208 | 0.14 | 0.86 | 0 | 0.18 | 290.22 | 0.75 | 0.47 |
| Hex | B3 | 1E | D0 | E | 56 | 0 | 12 | 122 | 4B | 2F |
| Octal | 263 | 36 | 320 | 16 | 126 | 0 | 22 | 442 | 113 | 57 |
| Binary | 10110011 | 11110 | 11010000 | 1110 | 1010110 | 0 | 10010 | 100100010 | 1001011 | 101111 |
Color Harmonies of #B31ED0
Complementary color
Monochromatic Colors of #B31ED0
Black with #B31ED0
Text Example
Text Example
White with #B31ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31ED0; }
p { color: rgb(179,30,208); }
H1.HeaderClassName
{
color: #B31ED0;
}
.AnyTagClassName
{
color: #B31ED0;
}
</style>
background-color css
<style>
a { background-color: #B31ED0; }
a { background-color: rgb(179,30,208); }
div.DivClassName
{
background-color: #B31ED0;
}
.BgClassName
{
background-color: #B31ED0;
}
</style>
border-color css
<style>
span { border-color: #B31ED0; }
span { border-color: rgb(179,30,208); }
td.TdClassName
{
border-color: #B31ED0;
}
.TagClassName
{
border-color: #B31ED0;
}
</style>