Shades of Dark Violet #B006D1
Tints of Dark Violet #B006D1
RGB
CMYK
RGB Variations
Color information
#B006D1 (or 0xB006D1) is known color: Dark Violet. HEX triplet: B0, 06 and D1. RGB value is (176,6,209). Sum of RGB (Red+Green+Blue) = 176+6+209=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #B006D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006D1 is #4FF92E. Grayscale: #4F4F4F. Windows color (decimal): -5241135 or 13698736. OLE color: 13698736.
HSL color Cylindrical-coordinate representation of color #B006D1: hue angle of 290.25º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B006D1 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 6 | 209 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.18 |
| HSL | 290.25º | 0.94% | 0.42% | - |
| HSV(B) | 290.25º | 0.97% | 0.82% | - |
| XYZ | 29.48 | 13.96 | 61.46 | - |
| YUV | 79.97 | 200.82 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 209 | 0.16 | 0.97 | 0 | 0.18 | 290.25 | 0.94 | 0.42 |
| Hex | B0 | 6 | D1 | 10 | 61 | 0 | 12 | 122 | 5E | 2A |
| Octal | 260 | 6 | 321 | 20 | 141 | 0 | 22 | 442 | 136 | 52 |
| Binary | 10110000 | 110 | 11010001 | 10000 | 1100001 | 0 | 10010 | 100100010 | 1011110 | 101010 |
Color Harmonies of #B006D1
Complementary color
Monochromatic Colors of #B006D1
Black with #B006D1
Text Example
Text Example
White with #B006D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B006D1; }
p { color: rgb(176,6,209); }
H1.HeaderClassName
{
color: #B006D1;
}
.AnyTagClassName
{
color: #B006D1;
}
</style>
background-color css
<style>
a { background-color: #B006D1; }
a { background-color: rgb(176,6,209); }
div.DivClassName
{
background-color: #B006D1;
}
.BgClassName
{
background-color: #B006D1;
}
</style>
border-color css
<style>
span { border-color: #B006D1; }
span { border-color: rgb(176,6,209); }
td.TdClassName
{
border-color: #B006D1;
}
.TagClassName
{
border-color: #B006D1;
}
</style>