Shades of Dark Orchid #B31DC9
Tints of Dark Orchid #B31DC9
RGB
CMYK
RGB Variations
Color information
#B31DC9 (or 0xB31DC9) is known color: Dark Orchid. HEX triplet: B3, 1D and C9. RGB value is (179,29,201). Sum of RGB (Red+Green+Blue) = 179+29+201=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #B31DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DC9 is #4CE236. Grayscale: #5C5C5C. Windows color (decimal): -5038647 or 13180339. OLE color: 13180339.
HSL color Cylindrical-coordinate representation of color #B31DC9: hue angle of 292.33º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31DC9 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 29 | 201 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.21 |
| HSL | 292.33º | 0.75% | 0.45% | - |
| HSV(B) | 292.33º | 0.86% | 0.79% | - |
| XYZ | 29.57 | 14.68 | 56.53 | - |
| YUV | 93.46 | 188.7 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 201 | 0.11 | 0.86 | 0 | 0.21 | 292.33 | 0.75 | 0.45 |
| Hex | B3 | 1D | C9 | B | 56 | 0 | 15 | 124 | 4B | 2D |
| Octal | 263 | 35 | 311 | 13 | 126 | 0 | 25 | 444 | 113 | 55 |
| Binary | 10110011 | 11101 | 11001001 | 1011 | 1010110 | 0 | 10101 | 100100100 | 1001011 | 101101 |
Color Harmonies of #B31DC9
Complementary color
Monochromatic Colors of #B31DC9
Black with #B31DC9
Text Example
Text Example
White with #B31DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DC9; }
p { color: rgb(179,29,201); }
H1.HeaderClassName
{
color: #B31DC9;
}
.AnyTagClassName
{
color: #B31DC9;
}
</style>
background-color css
<style>
a { background-color: #B31DC9; }
a { background-color: rgb(179,29,201); }
div.DivClassName
{
background-color: #B31DC9;
}
.BgClassName
{
background-color: #B31DC9;
}
</style>
border-color css
<style>
span { border-color: #B31DC9; }
span { border-color: rgb(179,29,201); }
td.TdClassName
{
border-color: #B31DC9;
}
.TagClassName
{
border-color: #B31DC9;
}
</style>