Shades of Dark Violet #B00CDA
Tints of Dark Violet #B00CDA
RGB
CMYK
RGB Variations
Color information
#B00CDA (or 0xB00CDA) is known color: Dark Violet. HEX triplet: B0, 0C and DA. RGB value is (176,12,218). Sum of RGB (Red+Green+Blue) = 176+12+218=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #B00CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00CDA is #4FF325. Grayscale: #535353. Windows color (decimal): -5239590 or 14290096. OLE color: 14290096.
HSL color Cylindrical-coordinate representation of color #B00CDA: hue angle of 287.77º degrees, saturation: 0.9, 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 #B00CDA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 12 | 218 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.15 |
| HSL | 287.77º | 0.9% | 0.45% | - |
| HSV(B) | 287.77º | 0.94% | 0.85% | - |
| XYZ | 30.69 | 14.56 | 67.52 | - |
| YUV | 84.52 | 203.33 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 218 | 0.19 | 0.94 | 0 | 0.15 | 287.77 | 0.9 | 0.45 |
| Hex | B0 | C | DA | 13 | 5E | 0 | F | 120 | 5A | 2D |
| Octal | 260 | 14 | 332 | 23 | 136 | 0 | 17 | 440 | 132 | 55 |
| Binary | 10110000 | 1100 | 11011010 | 10011 | 1011110 | 0 | 1111 | 100100000 | 1011010 | 101101 |
Color Harmonies of #B00CDA
Complementary color
Monochromatic Colors of #B00CDA
Black with #B00CDA
Text Example
Text Example
White with #B00CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00CDA; }
p { color: rgb(176,12,218); }
H1.HeaderClassName
{
color: #B00CDA;
}
.AnyTagClassName
{
color: #B00CDA;
}
</style>
background-color css
<style>
a { background-color: #B00CDA; }
a { background-color: rgb(176,12,218); }
div.DivClassName
{
background-color: #B00CDA;
}
.BgClassName
{
background-color: #B00CDA;
}
</style>
border-color css
<style>
span { border-color: #B00CDA; }
span { border-color: rgb(176,12,218); }
td.TdClassName
{
border-color: #B00CDA;
}
.TagClassName
{
border-color: #B00CDA;
}
</style>