Shades of Dark Violet #B005DA
Tints of Dark Violet #B005DA
RGB
CMYK
RGB Variations
Color information
#B005DA (or 0xB005DA) is known color: Dark Violet. HEX triplet: B0, 05 and DA. RGB value is (176,5,218). Sum of RGB (Red+Green+Blue) = 176+5+218=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #B005DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005DA is #4FFA25. Grayscale: #4F4F4F. Windows color (decimal): -5241382 or 14288304. OLE color: 14288304.
HSL color Cylindrical-coordinate representation of color #B005DA: hue angle of 288.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005DA is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 5 | 218 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.15 |
| HSL | 288.17º | 0.96% | 0.44% | - |
| HSV(B) | 288.17º | 0.98% | 0.85% | - |
| XYZ | 30.61 | 14.4 | 67.5 | - |
| YUV | 80.41 | 205.65 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 218 | 0.19 | 0.98 | 0 | 0.15 | 288.17 | 0.96 | 0.44 |
| Hex | B0 | 5 | DA | 13 | 62 | 0 | F | 120 | 60 | 2C |
| Octal | 260 | 5 | 332 | 23 | 142 | 0 | 17 | 440 | 140 | 54 |
| Binary | 10110000 | 101 | 11011010 | 10011 | 1100010 | 0 | 1111 | 100100000 | 1100000 | 101100 |
Color Harmonies of #B005DA
Complementary color
Monochromatic Colors of #B005DA
Black with #B005DA
Text Example
Text Example
White with #B005DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005DA; }
p { color: rgb(176,5,218); }
H1.HeaderClassName
{
color: #B005DA;
}
.AnyTagClassName
{
color: #B005DA;
}
</style>
background-color css
<style>
a { background-color: #B005DA; }
a { background-color: rgb(176,5,218); }
div.DivClassName
{
background-color: #B005DA;
}
.BgClassName
{
background-color: #B005DA;
}
</style>
border-color css
<style>
span { border-color: #B005DA; }
span { border-color: rgb(176,5,218); }
td.TdClassName
{
border-color: #B005DA;
}
.TagClassName
{
border-color: #B005DA;
}
</style>