Shades of Dark Orchid #B31FDB
Tints of Dark Orchid #B31FDB
RGB
CMYK
RGB Variations
Color information
#B31FDB (or 0xB31FDB) is known color: Dark Orchid. HEX triplet: B3, 1F and DB. RGB value is (179,31,219). Sum of RGB (Red+Green+Blue) = 179+31+219=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #B31FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FDB is #4CE024. Grayscale: #606060. Windows color (decimal): -5038117 or 14360499. OLE color: 14360499.
HSL color Cylindrical-coordinate representation of color #B31FDB: hue angle of 287.23º degrees, saturation: 0.75, 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 #B31FDB is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 31 | 219 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.14 |
| HSL | 287.23º | 0.75% | 0.49% | - |
| HSV(B) | 287.23º | 0.86% | 0.86% | - |
| XYZ | 31.87 | 15.68 | 68.36 | - |
| YUV | 96.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 219 | 0.18 | 0.86 | 0 | 0.14 | 287.23 | 0.75 | 0.49 |
| Hex | B3 | 1F | DB | 12 | 56 | 0 | E | 11F | 4B | 31 |
| Octal | 263 | 37 | 333 | 22 | 126 | 0 | 16 | 437 | 113 | 61 |
| Binary | 10110011 | 11111 | 11011011 | 10010 | 1010110 | 0 | 1110 | 100011111 | 1001011 | 110001 |
Color Harmonies of #B31FDB
Complementary color
Monochromatic Colors of #B31FDB
Black with #B31FDB
Text Example
Text Example
White with #B31FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31FDB; }
p { color: rgb(179,31,219); }
H1.HeaderClassName
{
color: #B31FDB;
}
.AnyTagClassName
{
color: #B31FDB;
}
</style>
background-color css
<style>
a { background-color: #B31FDB; }
a { background-color: rgb(179,31,219); }
div.DivClassName
{
background-color: #B31FDB;
}
.BgClassName
{
background-color: #B31FDB;
}
</style>
border-color css
<style>
span { border-color: #B31FDB; }
span { border-color: rgb(179,31,219); }
td.TdClassName
{
border-color: #B31FDB;
}
.TagClassName
{
border-color: #B31FDB;
}
</style>