Shades of Dark Violet #B205D9
Tints of Dark Violet #B205D9
RGB
CMYK
RGB Variations
Color information
#B205D9 (or 0xB205D9) is known color: Dark Violet. HEX triplet: B2, 05 and D9. RGB value is (178,5,217). Sum of RGB (Red+Green+Blue) = 178+5+217=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #B205D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205D9 is #4DFA26. Grayscale: #505050. Windows color (decimal): -5110311 or 14222770. OLE color: 14222770.
HSL color Cylindrical-coordinate representation of color #B205D9: hue angle of 288.96º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B205D9 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 5 | 217 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.15 |
| HSL | 288.96º | 0.95% | 0.44% | - |
| HSV(B) | 288.96º | 0.98% | 0.85% | - |
| XYZ | 30.94 | 14.58 | 66.83 | - |
| YUV | 80.9 | 204.81 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 217 | 0.18 | 0.98 | 0 | 0.15 | 288.96 | 0.95 | 0.44 |
| Hex | B2 | 5 | D9 | 12 | 62 | 0 | F | 121 | 5F | 2C |
| Octal | 262 | 5 | 331 | 22 | 142 | 0 | 17 | 441 | 137 | 54 |
| Binary | 10110010 | 101 | 11011001 | 10010 | 1100010 | 0 | 1111 | 100100001 | 1011111 | 101100 |
Color Harmonies of #B205D9
Complementary color
Monochromatic Colors of #B205D9
Black with #B205D9
Text Example
Text Example
White with #B205D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B205D9; }
p { color: rgb(178,5,217); }
H1.HeaderClassName
{
color: #B205D9;
}
.AnyTagClassName
{
color: #B205D9;
}
</style>
background-color css
<style>
a { background-color: #B205D9; }
a { background-color: rgb(178,5,217); }
div.DivClassName
{
background-color: #B205D9;
}
.BgClassName
{
background-color: #B205D9;
}
</style>
border-color css
<style>
span { border-color: #B205D9; }
span { border-color: rgb(178,5,217); }
td.TdClassName
{
border-color: #B205D9;
}
.TagClassName
{
border-color: #B205D9;
}
</style>