Shades of Dark Violet #B005DD
Tints of Dark Violet #B005DD
RGB
CMYK
RGB Variations
Color information
#B005DD (or 0xB005DD) is known color: Dark Violet. HEX triplet: B0, 05 and DD. RGB value is (176,5,221). Sum of RGB (Red+Green+Blue) = 176+5+221=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #B005DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005DD is #4FFA22. Grayscale: #505050. Windows color (decimal): -5241379 or 14484912. OLE color: 14484912.
HSL color Cylindrical-coordinate representation of color #B005DD: hue angle of 287.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005DD is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 5 | 221 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.13 |
| HSL | 287.5º | 0.96% | 0.44% | - |
| HSV(B) | 287.5º | 0.98% | 0.87% | - |
| XYZ | 31.01 | 14.56 | 69.58 | - |
| YUV | 80.75 | 207.15 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 221 | 0.20 | 0.98 | 0 | 0.13 | 287.5 | 0.96 | 0.44 |
| Hex | B0 | 5 | DD | 14 | 62 | 0 | D | 120 | 60 | 2C |
| Octal | 260 | 5 | 335 | 24 | 142 | 0 | 15 | 440 | 140 | 54 |
| Binary | 10110000 | 101 | 11011101 | 10100 | 1100010 | 0 | 1101 | 100100000 | 1100000 | 101100 |
Color Harmonies of #B005DD
Complementary color
Monochromatic Colors of #B005DD
Black with #B005DD
Text Example
Text Example
White with #B005DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005DD; }
p { color: rgb(176,5,221); }
H1.HeaderClassName
{
color: #B005DD;
}
.AnyTagClassName
{
color: #B005DD;
}
</style>
background-color css
<style>
a { background-color: #B005DD; }
a { background-color: rgb(176,5,221); }
div.DivClassName
{
background-color: #B005DD;
}
.BgClassName
{
background-color: #B005DD;
}
</style>
border-color css
<style>
span { border-color: #B005DD; }
span { border-color: rgb(176,5,221); }
td.TdClassName
{
border-color: #B005DD;
}
.TagClassName
{
border-color: #B005DD;
}
</style>