Shades of Dark Orchid #B31DD0
Tints of Dark Orchid #B31DD0
RGB
CMYK
RGB Variations
Color information
#B31DD0 (or 0xB31DD0) is known color: Dark Orchid. HEX triplet: B3, 1D and D0. RGB value is (179,29,208). Sum of RGB (Red+Green+Blue) = 179+29+208=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #B31DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DD0 is #4CE22F. Grayscale: #5D5D5D. Windows color (decimal): -5038640 or 13639091. OLE color: 13639091.
HSL color Cylindrical-coordinate representation of color #B31DD0: hue angle of 290.28º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31DD0 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 29 | 208 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.18 |
| HSL | 290.28º | 0.76% | 0.46% | - |
| HSV(B) | 290.28º | 0.86% | 0.82% | - |
| XYZ | 30.41 | 15.02 | 60.97 | - |
| YUV | 94.26 | 192.2 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 208 | 0.14 | 0.86 | 0 | 0.18 | 290.28 | 0.76 | 0.46 |
| Hex | B3 | 1D | D0 | E | 56 | 0 | 12 | 122 | 4C | 2E |
| Octal | 263 | 35 | 320 | 16 | 126 | 0 | 22 | 442 | 114 | 56 |
| Binary | 10110011 | 11101 | 11010000 | 1110 | 1010110 | 0 | 10010 | 100100010 | 1001100 | 101110 |
Color Harmonies of #B31DD0
Complementary color
Monochromatic Colors of #B31DD0
Black with #B31DD0
Text Example
Text Example
White with #B31DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DD0; }
p { color: rgb(179,29,208); }
H1.HeaderClassName
{
color: #B31DD0;
}
.AnyTagClassName
{
color: #B31DD0;
}
</style>
background-color css
<style>
a { background-color: #B31DD0; }
a { background-color: rgb(179,29,208); }
div.DivClassName
{
background-color: #B31DD0;
}
.BgClassName
{
background-color: #B31DD0;
}
</style>
border-color css
<style>
span { border-color: #B31DD0; }
span { border-color: rgb(179,29,208); }
td.TdClassName
{
border-color: #B31DD0;
}
.TagClassName
{
border-color: #B31DD0;
}
</style>