Shades of Dark Violet #B208DF
Tints of Dark Violet #B208DF
RGB
CMYK
RGB Variations
Color information
#B208DF (or 0xB208DF) is known color: Dark Violet. HEX triplet: B2, 08 and DF. RGB value is (178,8,223). Sum of RGB (Red+Green+Blue) = 178+8+223=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #B208DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B208DF is #4DF720. Grayscale: #525252. Windows color (decimal): -5109537 or 14616754. OLE color: 14616754.
HSL color Cylindrical-coordinate representation of color #B208DF: hue angle of 287.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B208DF is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 8 | 223 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.13 |
| HSL | 287.44º | 0.93% | 0.45% | - |
| HSV(B) | 287.44º | 0.96% | 0.87% | - |
| XYZ | 31.77 | 14.97 | 71.03 | - |
| YUV | 83.34 | 206.82 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 8 | 223 | 0.20 | 0.96 | 0 | 0.13 | 287.44 | 0.93 | 0.45 |
| Hex | B2 | 8 | DF | 14 | 60 | 0 | D | 11F | 5D | 2D |
| Octal | 262 | 10 | 337 | 24 | 140 | 0 | 15 | 437 | 135 | 55 |
| Binary | 10110010 | 1000 | 11011111 | 10100 | 1100000 | 0 | 1101 | 100011111 | 1011101 | 101101 |
Color Harmonies of #B208DF
Complementary color
Monochromatic Colors of #B208DF
Black with #B208DF
Text Example
Text Example
White with #B208DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B208DF; }
p { color: rgb(178,8,223); }
H1.HeaderClassName
{
color: #B208DF;
}
.AnyTagClassName
{
color: #B208DF;
}
</style>
background-color css
<style>
a { background-color: #B208DF; }
a { background-color: rgb(178,8,223); }
div.DivClassName
{
background-color: #B208DF;
}
.BgClassName
{
background-color: #B208DF;
}
</style>
border-color css
<style>
span { border-color: #B208DF; }
span { border-color: rgb(178,8,223); }
td.TdClassName
{
border-color: #B208DF;
}
.TagClassName
{
border-color: #B208DF;
}
</style>