Shades of Dark Violet #B00DDA
Tints of Dark Violet #B00DDA
RGB
CMYK
RGB Variations
Color information
#B00DDA (or 0xB00DDA) is known color: Dark Violet. HEX triplet: B0, 0D and DA. RGB value is (176,13,218). Sum of RGB (Red+Green+Blue) = 176+13+218=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #B00DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DDA is #4FF225. Grayscale: #545454. Windows color (decimal): -5239334 or 14290352. OLE color: 14290352.
HSL color Cylindrical-coordinate representation of color #B00DDA: hue angle of 287.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00DDA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 13 | 218 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.15 |
| HSL | 287.71º | 0.89% | 0.45% | - |
| HSV(B) | 287.71º | 0.94% | 0.85% | - |
| XYZ | 30.7 | 14.58 | 67.53 | - |
| YUV | 85.11 | 203 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 218 | 0.19 | 0.94 | 0 | 0.15 | 287.71 | 0.89 | 0.45 |
| Hex | B0 | D | DA | 13 | 5E | 0 | F | 120 | 59 | 2D |
| Octal | 260 | 15 | 332 | 23 | 136 | 0 | 17 | 440 | 131 | 55 |
| Binary | 10110000 | 1101 | 11011010 | 10011 | 1011110 | 0 | 1111 | 100100000 | 1011001 | 101101 |
Color Harmonies of #B00DDA
Complementary color
Monochromatic Colors of #B00DDA
Black with #B00DDA
Text Example
Text Example
White with #B00DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DDA; }
p { color: rgb(176,13,218); }
H1.HeaderClassName
{
color: #B00DDA;
}
.AnyTagClassName
{
color: #B00DDA;
}
</style>
background-color css
<style>
a { background-color: #B00DDA; }
a { background-color: rgb(176,13,218); }
div.DivClassName
{
background-color: #B00DDA;
}
.BgClassName
{
background-color: #B00DDA;
}
</style>
border-color css
<style>
span { border-color: #B00DDA; }
span { border-color: rgb(176,13,218); }
td.TdClassName
{
border-color: #B00DDA;
}
.TagClassName
{
border-color: #B00DDA;
}
</style>