Shades of Dark Orchid #B31EDB
Tints of Dark Orchid #B31EDB
RGB
CMYK
RGB Variations
Color information
#B31EDB (or 0xB31EDB) is known color: Dark Orchid. HEX triplet: B3, 1E and DB. RGB value is (179,30,219). Sum of RGB (Red+Green+Blue) = 179+30+219=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #B31EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31EDB is #4CE124. Grayscale: #5F5F5F. Windows color (decimal): -5038373 or 14360243. OLE color: 14360243.
HSL color Cylindrical-coordinate representation of color #B31EDB: hue angle of 287.3º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31EDB is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 30 | 219 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.14 |
| HSL | 287.3º | 0.76% | 0.49% | - |
| HSV(B) | 287.3º | 0.86% | 0.86% | - |
| XYZ | 31.84 | 15.63 | 68.36 | - |
| YUV | 96.1 | 197.36 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 219 | 0.18 | 0.86 | 0 | 0.14 | 287.3 | 0.76 | 0.49 |
| Hex | B3 | 1E | DB | 12 | 56 | 0 | E | 11F | 4C | 31 |
| Octal | 263 | 36 | 333 | 22 | 126 | 0 | 16 | 437 | 114 | 61 |
| Binary | 10110011 | 11110 | 11011011 | 10010 | 1010110 | 0 | 1110 | 100011111 | 1001100 | 110001 |
Color Harmonies of #B31EDB
Complementary color
Monochromatic Colors of #B31EDB
Black with #B31EDB
Text Example
Text Example
White with #B31EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31EDB; }
p { color: rgb(179,30,219); }
H1.HeaderClassName
{
color: #B31EDB;
}
.AnyTagClassName
{
color: #B31EDB;
}
</style>
background-color css
<style>
a { background-color: #B31EDB; }
a { background-color: rgb(179,30,219); }
div.DivClassName
{
background-color: #B31EDB;
}
.BgClassName
{
background-color: #B31EDB;
}
</style>
border-color css
<style>
span { border-color: #B31EDB; }
span { border-color: rgb(179,30,219); }
td.TdClassName
{
border-color: #B31EDB;
}
.TagClassName
{
border-color: #B31EDB;
}
</style>