Shades of Dark Orchid #B31EC1
Tints of Dark Orchid #B31EC1
RGB
CMYK
RGB Variations
Color information
#B31EC1 (or 0xB31EC1) is known color: Dark Orchid. HEX triplet: B3, 1E and C1. RGB value is (179,30,193). Sum of RGB (Red+Green+Blue) = 179+30+193=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #B31EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31EC1 is #4CE13E. Grayscale: #5C5C5C. Windows color (decimal): -5038399 or 12656307. OLE color: 12656307.
HSL color Cylindrical-coordinate representation of color #B31EC1: hue angle of 294.85º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31EC1 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 30 | 193 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.24 |
| HSL | 294.85º | 0.73% | 0.44% | - |
| HSV(B) | 294.85º | 0.84% | 0.76% | - |
| XYZ | 28.68 | 14.36 | 51.71 | - |
| YUV | 93.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 193 | 0.07 | 0.84 | 0 | 0.24 | 294.85 | 0.73 | 0.44 |
| Hex | B3 | 1E | C1 | 7 | 54 | 0 | 18 | 127 | 49 | 2C |
| Octal | 263 | 36 | 301 | 7 | 124 | 0 | 30 | 447 | 111 | 54 |
| Binary | 10110011 | 11110 | 11000001 | 111 | 1010100 | 0 | 11000 | 100100111 | 1001001 | 101100 |
Color Harmonies of #B31EC1
Complementary color
Monochromatic Colors of #B31EC1
Black with #B31EC1
Text Example
Text Example
White with #B31EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31EC1; }
p { color: rgb(179,30,193); }
H1.HeaderClassName
{
color: #B31EC1;
}
.AnyTagClassName
{
color: #B31EC1;
}
</style>
background-color css
<style>
a { background-color: #B31EC1; }
a { background-color: rgb(179,30,193); }
div.DivClassName
{
background-color: #B31EC1;
}
.BgClassName
{
background-color: #B31EC1;
}
</style>
border-color css
<style>
span { border-color: #B31EC1; }
span { border-color: rgb(179,30,193); }
td.TdClassName
{
border-color: #B31EC1;
}
.TagClassName
{
border-color: #B31EC1;
}
</style>