Shades of Dark Violet #B205D8
Tints of Dark Violet #B205D8
RGB
CMYK
RGB Variations
Color information
#B205D8 (or 0xB205D8) is known color: Dark Violet. HEX triplet: B2, 05 and D8. RGB value is (178,5,216). Sum of RGB (Red+Green+Blue) = 178+5+216=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #B205D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205D8 is #4DFA27. Grayscale: #505050. Windows color (decimal): -5110312 or 14157234. OLE color: 14157234.
HSL color Cylindrical-coordinate representation of color #B205D8: hue angle of 289.19º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B205D8 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 5 | 216 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.15 |
| HSL | 289.19º | 0.95% | 0.43% | - |
| HSV(B) | 289.19º | 0.98% | 0.85% | - |
| XYZ | 30.81 | 14.53 | 66.15 | - |
| YUV | 80.78 | 204.31 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 216 | 0.18 | 0.98 | 0 | 0.15 | 289.19 | 0.95 | 0.43 |
| Hex | B2 | 5 | D8 | 12 | 62 | 0 | F | 121 | 5F | 2B |
| Octal | 262 | 5 | 330 | 22 | 142 | 0 | 17 | 441 | 137 | 53 |
| Binary | 10110010 | 101 | 11011000 | 10010 | 1100010 | 0 | 1111 | 100100001 | 1011111 | 101011 |
Color Harmonies of #B205D8
Complementary color
Monochromatic Colors of #B205D8
Black with #B205D8
Text Example
Text Example
White with #B205D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B205D8; }
p { color: rgb(178,5,216); }
H1.HeaderClassName
{
color: #B205D8;
}
.AnyTagClassName
{
color: #B205D8;
}
</style>
background-color css
<style>
a { background-color: #B205D8; }
a { background-color: rgb(178,5,216); }
div.DivClassName
{
background-color: #B205D8;
}
.BgClassName
{
background-color: #B205D8;
}
</style>
border-color css
<style>
span { border-color: #B205D8; }
span { border-color: rgb(178,5,216); }
td.TdClassName
{
border-color: #B205D8;
}
.TagClassName
{
border-color: #B205D8;
}
</style>