Shades of Dark Violet #B007DF
Tints of Dark Violet #B007DF
RGB
CMYK
RGB Variations
Color information
#B007DF (or 0xB007DF) is known color: Dark Violet. HEX triplet: B0, 07 and DF. RGB value is (176,7,223). Sum of RGB (Red+Green+Blue) = 176+7+223=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #B007DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B007DF is #4FF820. Grayscale: #515151. Windows color (decimal): -5240865 or 14616496. OLE color: 14616496.
HSL color Cylindrical-coordinate representation of color #B007DF: hue angle of 286.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B007DF is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 7 | 223 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.13 |
| HSL | 286.94º | 0.94% | 0.45% | - |
| HSV(B) | 286.94º | 0.97% | 0.87% | - |
| XYZ | 31.3 | 14.71 | 71 | - |
| YUV | 82.16 | 207.49 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 223 | 0.21 | 0.97 | 0 | 0.13 | 286.94 | 0.94 | 0.45 |
| Hex | B0 | 7 | DF | 15 | 61 | 0 | D | 11F | 5E | 2D |
| Octal | 260 | 7 | 337 | 25 | 141 | 0 | 15 | 437 | 136 | 55 |
| Binary | 10110000 | 111 | 11011111 | 10101 | 1100001 | 0 | 1101 | 100011111 | 1011110 | 101101 |
Color Harmonies of #B007DF
Complementary color
Monochromatic Colors of #B007DF
Black with #B007DF
Text Example
Text Example
White with #B007DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B007DF; }
p { color: rgb(176,7,223); }
H1.HeaderClassName
{
color: #B007DF;
}
.AnyTagClassName
{
color: #B007DF;
}
</style>
background-color css
<style>
a { background-color: #B007DF; }
a { background-color: rgb(176,7,223); }
div.DivClassName
{
background-color: #B007DF;
}
.BgClassName
{
background-color: #B007DF;
}
</style>
border-color css
<style>
span { border-color: #B007DF; }
span { border-color: rgb(176,7,223); }
td.TdClassName
{
border-color: #B007DF;
}
.TagClassName
{
border-color: #B007DF;
}
</style>