Shades of Dark Violet #B006DF
Tints of Dark Violet #B006DF
RGB
CMYK
RGB Variations
Color information
#B006DF (or 0xB006DF) is known color: Dark Violet. HEX triplet: B0, 06 and DF. RGB value is (176,6,223). Sum of RGB (Red+Green+Blue) = 176+6+223=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #B006DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006DF is #4FF920. Grayscale: #505050. Windows color (decimal): -5241121 or 14616240. OLE color: 14616240.
HSL color Cylindrical-coordinate representation of color #B006DF: hue angle of 287º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B006DF is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 6 | 223 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.13 |
| HSL | 287º | 0.95% | 0.45% | - |
| HSV(B) | 287º | 0.97% | 0.87% | - |
| XYZ | 31.29 | 14.69 | 71 | - |
| YUV | 81.57 | 207.82 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 223 | 0.21 | 0.97 | 0 | 0.13 | 287 | 0.95 | 0.45 |
| Hex | B0 | 6 | DF | 15 | 61 | 0 | D | 11F | 5F | 2D |
| Octal | 260 | 6 | 337 | 25 | 141 | 0 | 15 | 437 | 137 | 55 |
| Binary | 10110000 | 110 | 11011111 | 10101 | 1100001 | 0 | 1101 | 100011111 | 1011111 | 101101 |
Color Harmonies of #B006DF
Complementary color
Monochromatic Colors of #B006DF
Black with #B006DF
Text Example
Text Example
White with #B006DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B006DF; }
p { color: rgb(176,6,223); }
H1.HeaderClassName
{
color: #B006DF;
}
.AnyTagClassName
{
color: #B006DF;
}
</style>
background-color css
<style>
a { background-color: #B006DF; }
a { background-color: rgb(176,6,223); }
div.DivClassName
{
background-color: #B006DF;
}
.BgClassName
{
background-color: #B006DF;
}
</style>
border-color css
<style>
span { border-color: #B006DF; }
span { border-color: rgb(176,6,223); }
td.TdClassName
{
border-color: #B006DF;
}
.TagClassName
{
border-color: #B006DF;
}
</style>