Shades of Dark Violet #B006DA
Tints of Dark Violet #B006DA
RGB
CMYK
RGB Variations
Color information
#B006DA (or 0xB006DA) is known color: Dark Violet. HEX triplet: B0, 06 and DA. RGB value is (176,6,218). Sum of RGB (Red+Green+Blue) = 176+6+218=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #B006DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006DA is #4FF925. Grayscale: #505050. Windows color (decimal): -5241126 or 14288560. OLE color: 14288560.
HSL color Cylindrical-coordinate representation of color #B006DA: hue angle of 288.11º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B006DA is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 6 | 218 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.15 |
| HSL | 288.11º | 0.95% | 0.44% | - |
| HSV(B) | 288.11º | 0.97% | 0.85% | - |
| XYZ | 30.62 | 14.42 | 67.5 | - |
| YUV | 81 | 205.32 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 218 | 0.19 | 0.97 | 0 | 0.15 | 288.11 | 0.95 | 0.44 |
| Hex | B0 | 6 | DA | 13 | 61 | 0 | F | 120 | 5F | 2C |
| Octal | 260 | 6 | 332 | 23 | 141 | 0 | 17 | 440 | 137 | 54 |
| Binary | 10110000 | 110 | 11011010 | 10011 | 1100001 | 0 | 1111 | 100100000 | 1011111 | 101100 |
Color Harmonies of #B006DA
Complementary color
Monochromatic Colors of #B006DA
Black with #B006DA
Text Example
Text Example
White with #B006DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B006DA; }
p { color: rgb(176,6,218); }
H1.HeaderClassName
{
color: #B006DA;
}
.AnyTagClassName
{
color: #B006DA;
}
</style>
background-color css
<style>
a { background-color: #B006DA; }
a { background-color: rgb(176,6,218); }
div.DivClassName
{
background-color: #B006DA;
}
.BgClassName
{
background-color: #B006DA;
}
</style>
border-color css
<style>
span { border-color: #B006DA; }
span { border-color: rgb(176,6,218); }
td.TdClassName
{
border-color: #B006DA;
}
.TagClassName
{
border-color: #B006DA;
}
</style>