Shades of Dark Violet #B007DB
Tints of Dark Violet #B007DB
RGB
CMYK
RGB Variations
Color information
#B007DB (or 0xB007DB) is known color: Dark Violet. HEX triplet: B0, 07 and DB. RGB value is (176,7,219). Sum of RGB (Red+Green+Blue) = 176+7+219=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #B007DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B007DB is #4FF824. Grayscale: #515151. Windows color (decimal): -5240869 or 14354352. OLE color: 14354352.
HSL color Cylindrical-coordinate representation of color #B007DB: hue angle of 287.83º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B007DB is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 7 | 219 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.14 |
| HSL | 287.83º | 0.94% | 0.44% | - |
| HSV(B) | 287.83º | 0.97% | 0.86% | - |
| XYZ | 30.77 | 14.5 | 68.19 | - |
| YUV | 81.7 | 205.49 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 219 | 0.20 | 0.97 | 0 | 0.14 | 287.83 | 0.94 | 0.44 |
| Hex | B0 | 7 | DB | 14 | 61 | 0 | E | 120 | 5E | 2C |
| Octal | 260 | 7 | 333 | 24 | 141 | 0 | 16 | 440 | 136 | 54 |
| Binary | 10110000 | 111 | 11011011 | 10100 | 1100001 | 0 | 1110 | 100100000 | 1011110 | 101100 |
Color Harmonies of #B007DB
Complementary color
Monochromatic Colors of #B007DB
Black with #B007DB
Text Example
Text Example
White with #B007DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B007DB; }
p { color: rgb(176,7,219); }
H1.HeaderClassName
{
color: #B007DB;
}
.AnyTagClassName
{
color: #B007DB;
}
</style>
background-color css
<style>
a { background-color: #B007DB; }
a { background-color: rgb(176,7,219); }
div.DivClassName
{
background-color: #B007DB;
}
.BgClassName
{
background-color: #B007DB;
}
</style>
border-color css
<style>
span { border-color: #B007DB; }
span { border-color: rgb(176,7,219); }
td.TdClassName
{
border-color: #B007DB;
}
.TagClassName
{
border-color: #B007DB;
}
</style>