Shades of Dark Orchid #B31EC9
Tints of Dark Orchid #B31EC9
RGB
CMYK
RGB Variations
Color information
#B31EC9 (or 0xB31EC9) is known color: Dark Orchid. HEX triplet: B3, 1E and C9. RGB value is (179,30,201). Sum of RGB (Red+Green+Blue) = 179+30+201=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #B31EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31EC9 is #4CE136. Grayscale: #5D5D5D. Windows color (decimal): -5038391 or 13180595. OLE color: 13180595.
HSL color Cylindrical-coordinate representation of color #B31EC9: hue angle of 292.28º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31EC9 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 30 | 201 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.21 |
| HSL | 292.28º | 0.74% | 0.45% | - |
| HSV(B) | 292.28º | 0.85% | 0.79% | - |
| XYZ | 29.6 | 14.73 | 56.54 | - |
| YUV | 94.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 201 | 0.11 | 0.85 | 0 | 0.21 | 292.28 | 0.74 | 0.45 |
| Hex | B3 | 1E | C9 | B | 55 | 0 | 15 | 124 | 4A | 2D |
| Octal | 263 | 36 | 311 | 13 | 125 | 0 | 25 | 444 | 112 | 55 |
| Binary | 10110011 | 11110 | 11001001 | 1011 | 1010101 | 0 | 10101 | 100100100 | 1001010 | 101101 |
Color Harmonies of #B31EC9
Complementary color
Monochromatic Colors of #B31EC9
Black with #B31EC9
Text Example
Text Example
White with #B31EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31EC9; }
p { color: rgb(179,30,201); }
H1.HeaderClassName
{
color: #B31EC9;
}
.AnyTagClassName
{
color: #B31EC9;
}
</style>
background-color css
<style>
a { background-color: #B31EC9; }
a { background-color: rgb(179,30,201); }
div.DivClassName
{
background-color: #B31EC9;
}
.BgClassName
{
background-color: #B31EC9;
}
</style>
border-color css
<style>
span { border-color: #B31EC9; }
span { border-color: rgb(179,30,201); }
td.TdClassName
{
border-color: #B31EC9;
}
.TagClassName
{
border-color: #B31EC9;
}
</style>