Shades of Dark Orchid #B31ED6
Tints of Dark Orchid #B31ED6
RGB
CMYK
RGB Variations
Color information
#B31ED6 (or 0xB31ED6) is known color: Dark Orchid. HEX triplet: B3, 1E and D6. RGB value is (179,30,214). Sum of RGB (Red+Green+Blue) = 179+30+214=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #B31ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31ED6 is #4CE129. Grayscale: #5E5E5E. Windows color (decimal): -5038378 or 14032563. OLE color: 14032563.
HSL color Cylindrical-coordinate representation of color #B31ED6: hue angle of 288.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31ED6 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 30 | 214 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.16 |
| HSL | 288.59º | 0.75% | 0.48% | - |
| HSV(B) | 288.59º | 0.86% | 0.84% | - |
| XYZ | 31.19 | 15.37 | 64.94 | - |
| YUV | 95.53 | 194.86 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 214 | 0.16 | 0.86 | 0 | 0.16 | 288.59 | 0.75 | 0.48 |
| Hex | B3 | 1E | D6 | 10 | 56 | 0 | 10 | 121 | 4B | 30 |
| Octal | 263 | 36 | 326 | 20 | 126 | 0 | 20 | 441 | 113 | 60 |
| Binary | 10110011 | 11110 | 11010110 | 10000 | 1010110 | 0 | 10000 | 100100001 | 1001011 | 110000 |
Color Harmonies of #B31ED6
Complementary color
Monochromatic Colors of #B31ED6
Black with #B31ED6
Text Example
Text Example
White with #B31ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31ED6; }
p { color: rgb(179,30,214); }
H1.HeaderClassName
{
color: #B31ED6;
}
.AnyTagClassName
{
color: #B31ED6;
}
</style>
background-color css
<style>
a { background-color: #B31ED6; }
a { background-color: rgb(179,30,214); }
div.DivClassName
{
background-color: #B31ED6;
}
.BgClassName
{
background-color: #B31ED6;
}
</style>
border-color css
<style>
span { border-color: #B31ED6; }
span { border-color: rgb(179,30,214); }
td.TdClassName
{
border-color: #B31ED6;
}
.TagClassName
{
border-color: #B31ED6;
}
</style>