Shades of Dark Violet #B005D0
Tints of Dark Violet #B005D0
RGB
CMYK
RGB Variations
Color information
#B005D0 (or 0xB005D0) is known color: Dark Violet. HEX triplet: B0, 05 and D0. RGB value is (176,5,208). Sum of RGB (Red+Green+Blue) = 176+5+208=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #B005D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005D0 is #4FFA2F. Grayscale: #4E4E4E. Windows color (decimal): -5241392 or 13632944. OLE color: 13632944.
HSL color Cylindrical-coordinate representation of color #B005D0: hue angle of 290.54º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005D0 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 5 | 208 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.18 |
| HSL | 290.54º | 0.95% | 0.42% | - |
| HSV(B) | 290.54º | 0.98% | 0.82% | - |
| XYZ | 29.34 | 13.89 | 60.81 | - |
| YUV | 79.27 | 200.65 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 208 | 0.15 | 0.98 | 0 | 0.18 | 290.54 | 0.95 | 0.42 |
| Hex | B0 | 5 | D0 | F | 62 | 0 | 12 | 123 | 5F | 2A |
| Octal | 260 | 5 | 320 | 17 | 142 | 0 | 22 | 443 | 137 | 52 |
| Binary | 10110000 | 101 | 11010000 | 1111 | 1100010 | 0 | 10010 | 100100011 | 1011111 | 101010 |
Color Harmonies of #B005D0
Complementary color
Monochromatic Colors of #B005D0
Black with #B005D0
Text Example
Text Example
White with #B005D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005D0; }
p { color: rgb(176,5,208); }
H1.HeaderClassName
{
color: #B005D0;
}
.AnyTagClassName
{
color: #B005D0;
}
</style>
background-color css
<style>
a { background-color: #B005D0; }
a { background-color: rgb(176,5,208); }
div.DivClassName
{
background-color: #B005D0;
}
.BgClassName
{
background-color: #B005D0;
}
</style>
border-color css
<style>
span { border-color: #B005D0; }
span { border-color: rgb(176,5,208); }
td.TdClassName
{
border-color: #B005D0;
}
.TagClassName
{
border-color: #B005D0;
}
</style>