Shades of Dark Orchid #B31CE0
Tints of Dark Orchid #B31CE0
RGB
CMYK
RGB Variations
Color information
#B31CE0 (or 0xB31CE0) is known color: Dark Orchid. HEX triplet: B3, 1C and E0. RGB value is (179,28,224). Sum of RGB (Red+Green+Blue) = 179+28+224=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #B31CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CE0 is #4CE31F. Grayscale: #5E5E5E. Windows color (decimal): -5038880 or 14687411. OLE color: 14687411.
HSL color Cylindrical-coordinate representation of color #B31CE0: hue angle of 286.22º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31CE0 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 28 | 224 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.12 |
| HSL | 286.22º | 0.78% | 0.49% | - |
| HSV(B) | 286.22º | 0.88% | 0.88% | - |
| XYZ | 32.46 | 15.8 | 71.86 | - |
| YUV | 95.49 | 200.53 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 224 | 0.20 | 0.88 | 0 | 0.12 | 286.22 | 0.78 | 0.49 |
| Hex | B3 | 1C | E0 | 14 | 58 | 0 | C | 11E | 4E | 31 |
| Octal | 263 | 34 | 340 | 24 | 130 | 0 | 14 | 436 | 116 | 61 |
| Binary | 10110011 | 11100 | 11100000 | 10100 | 1011000 | 0 | 1100 | 100011110 | 1001110 | 110001 |
Color Harmonies of #B31CE0
Complementary color
Monochromatic Colors of #B31CE0
Black with #B31CE0
Text Example
Text Example
White with #B31CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CE0; }
p { color: rgb(179,28,224); }
H1.HeaderClassName
{
color: #B31CE0;
}
.AnyTagClassName
{
color: #B31CE0;
}
</style>
background-color css
<style>
a { background-color: #B31CE0; }
a { background-color: rgb(179,28,224); }
div.DivClassName
{
background-color: #B31CE0;
}
.BgClassName
{
background-color: #B31CE0;
}
</style>
border-color css
<style>
span { border-color: #B31CE0; }
span { border-color: rgb(179,28,224); }
td.TdClassName
{
border-color: #B31CE0;
}
.TagClassName
{
border-color: #B31CE0;
}
</style>