Shades of Dark Violet #B008CF
Tints of Dark Violet #B008CF
RGB
CMYK
RGB Variations
Color information
#B008CF (or 0xB008CF) is known color: Dark Violet. HEX triplet: B0, 08 and CF. RGB value is (176,8,207). Sum of RGB (Red+Green+Blue) = 176+8+207=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #B008CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008CF is #4FF730. Grayscale: #505050. Windows color (decimal): -5240625 or 13568176. OLE color: 13568176.
HSL color Cylindrical-coordinate representation of color #B008CF: hue angle of 290.65º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B008CF is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 8 | 207 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.19 |
| HSL | 290.65º | 0.93% | 0.42% | - |
| HSV(B) | 290.65º | 0.96% | 0.81% | - |
| XYZ | 29.25 | 13.91 | 60.17 | - |
| YUV | 80.92 | 199.16 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 207 | 0.15 | 0.96 | 0 | 0.19 | 290.65 | 0.93 | 0.42 |
| Hex | B0 | 8 | CF | F | 60 | 0 | 13 | 123 | 5D | 2A |
| Octal | 260 | 10 | 317 | 17 | 140 | 0 | 23 | 443 | 135 | 52 |
| Binary | 10110000 | 1000 | 11001111 | 1111 | 1100000 | 0 | 10011 | 100100011 | 1011101 | 101010 |
Color Harmonies of #B008CF
Complementary color
Monochromatic Colors of #B008CF
Black with #B008CF
Text Example
Text Example
White with #B008CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008CF; }
p { color: rgb(176,8,207); }
H1.HeaderClassName
{
color: #B008CF;
}
.AnyTagClassName
{
color: #B008CF;
}
</style>
background-color css
<style>
a { background-color: #B008CF; }
a { background-color: rgb(176,8,207); }
div.DivClassName
{
background-color: #B008CF;
}
.BgClassName
{
background-color: #B008CF;
}
</style>
border-color css
<style>
span { border-color: #B008CF; }
span { border-color: rgb(176,8,207); }
td.TdClassName
{
border-color: #B008CF;
}
.TagClassName
{
border-color: #B008CF;
}
</style>