Shades of Dark Violet #B007D9
Tints of Dark Violet #B007D9
RGB
CMYK
RGB Variations
Color information
#B007D9 (or 0xB007D9) is known color: Dark Violet. HEX triplet: B0, 07 and D9. RGB value is (176,7,217). Sum of RGB (Red+Green+Blue) = 176+7+217=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #B007D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B007D9 is #4FF826. Grayscale: #505050. Windows color (decimal): -5240871 or 14223280. OLE color: 14223280.
HSL color Cylindrical-coordinate representation of color #B007D9: hue angle of 288.29º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B007D9 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 7 | 217 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.15 |
| HSL | 288.29º | 0.94% | 0.44% | - |
| HSV(B) | 288.29º | 0.97% | 0.85% | - |
| XYZ | 30.5 | 14.39 | 66.82 | - |
| YUV | 81.47 | 204.49 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 217 | 0.19 | 0.97 | 0 | 0.15 | 288.29 | 0.94 | 0.44 |
| Hex | B0 | 7 | D9 | 13 | 61 | 0 | F | 120 | 5E | 2C |
| Octal | 260 | 7 | 331 | 23 | 141 | 0 | 17 | 440 | 136 | 54 |
| Binary | 10110000 | 111 | 11011001 | 10011 | 1100001 | 0 | 1111 | 100100000 | 1011110 | 101100 |
Color Harmonies of #B007D9
Complementary color
Monochromatic Colors of #B007D9
Black with #B007D9
Text Example
Text Example
White with #B007D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B007D9; }
p { color: rgb(176,7,217); }
H1.HeaderClassName
{
color: #B007D9;
}
.AnyTagClassName
{
color: #B007D9;
}
</style>
background-color css
<style>
a { background-color: #B007D9; }
a { background-color: rgb(176,7,217); }
div.DivClassName
{
background-color: #B007D9;
}
.BgClassName
{
background-color: #B007D9;
}
</style>
border-color css
<style>
span { border-color: #B007D9; }
span { border-color: rgb(176,7,217); }
td.TdClassName
{
border-color: #B007D9;
}
.TagClassName
{
border-color: #B007D9;
}
</style>