Shades of Dark Violet #B205DF
Tints of Dark Violet #B205DF
RGB
CMYK
RGB Variations
Color information
#B205DF (or 0xB205DF) is known color: Dark Violet. HEX triplet: B2, 05 and DF. RGB value is (178,5,223). Sum of RGB (Red+Green+Blue) = 178+5+223=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #B205DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205DF is #4DFA20. Grayscale: #505050. Windows color (decimal): -5110305 or 14615986. OLE color: 14615986.
HSL color Cylindrical-coordinate representation of color #B205DF: hue angle of 287.61º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B205DF is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 5 | 223 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.13 |
| HSL | 287.61º | 0.96% | 0.45% | - |
| HSV(B) | 287.61º | 0.98% | 0.87% | - |
| XYZ | 31.73 | 14.9 | 71.02 | - |
| YUV | 81.58 | 207.81 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 223 | 0.20 | 0.98 | 0 | 0.13 | 287.61 | 0.96 | 0.45 |
| Hex | B2 | 5 | DF | 14 | 62 | 0 | D | 120 | 60 | 2D |
| Octal | 262 | 5 | 337 | 24 | 142 | 0 | 15 | 440 | 140 | 55 |
| Binary | 10110010 | 101 | 11011111 | 10100 | 1100010 | 0 | 1101 | 100100000 | 1100000 | 101101 |
Color Harmonies of #B205DF
Complementary color
Monochromatic Colors of #B205DF
Black with #B205DF
Text Example
Text Example
White with #B205DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B205DF; }
p { color: rgb(178,5,223); }
H1.HeaderClassName
{
color: #B205DF;
}
.AnyTagClassName
{
color: #B205DF;
}
</style>
background-color css
<style>
a { background-color: #B205DF; }
a { background-color: rgb(178,5,223); }
div.DivClassName
{
background-color: #B205DF;
}
.BgClassName
{
background-color: #B205DF;
}
</style>
border-color css
<style>
span { border-color: #B205DF; }
span { border-color: rgb(178,5,223); }
td.TdClassName
{
border-color: #B205DF;
}
.TagClassName
{
border-color: #B205DF;
}
</style>