Shades of Dark Violet #B007D0
Tints of Dark Violet #B007D0
RGB
CMYK
RGB Variations
Color information
#B007D0 (or 0xB007D0) is known color: Dark Violet. HEX triplet: B0, 07 and D0. RGB value is (176,7,208). Sum of RGB (Red+Green+Blue) = 176+7+208=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #B007D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B007D0 is #4FF82F. Grayscale: #4F4F4F. Windows color (decimal): -5240880 or 13633456. OLE color: 13633456.
HSL color Cylindrical-coordinate representation of color #B007D0: hue angle of 290.45º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B007D0 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 7 | 208 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.18 |
| HSL | 290.45º | 0.93% | 0.42% | - |
| HSV(B) | 290.45º | 0.97% | 0.82% | - |
| XYZ | 29.37 | 13.94 | 60.82 | - |
| YUV | 80.45 | 199.99 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 208 | 0.15 | 0.97 | 0 | 0.18 | 290.45 | 0.93 | 0.42 |
| Hex | B0 | 7 | D0 | F | 61 | 0 | 12 | 122 | 5D | 2A |
| Octal | 260 | 7 | 320 | 17 | 141 | 0 | 22 | 442 | 135 | 52 |
| Binary | 10110000 | 111 | 11010000 | 1111 | 1100001 | 0 | 10010 | 100100010 | 1011101 | 101010 |
Color Harmonies of #B007D0
Complementary color
Monochromatic Colors of #B007D0
Black with #B007D0
Text Example
Text Example
White with #B007D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B007D0; }
p { color: rgb(176,7,208); }
H1.HeaderClassName
{
color: #B007D0;
}
.AnyTagClassName
{
color: #B007D0;
}
</style>
background-color css
<style>
a { background-color: #B007D0; }
a { background-color: rgb(176,7,208); }
div.DivClassName
{
background-color: #B007D0;
}
.BgClassName
{
background-color: #B007D0;
}
</style>
border-color css
<style>
span { border-color: #B007D0; }
span { border-color: rgb(176,7,208); }
td.TdClassName
{
border-color: #B007D0;
}
.TagClassName
{
border-color: #B007D0;
}
</style>