Shades of Dark Violet #B00CCF
Tints of Dark Violet #B00CCF
RGB
CMYK
RGB Variations
Color information
#B00CCF (or 0xB00CCF) is known color: Dark Violet. HEX triplet: B0, 0C and CF. RGB value is (176,12,207). Sum of RGB (Red+Green+Blue) = 176+12+207=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #B00CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00CCF is #4FF330. Grayscale: #525252. Windows color (decimal): -5239601 or 13569200. OLE color: 13569200.
HSL color Cylindrical-coordinate representation of color #B00CCF: hue angle of 290.46º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00CCF is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 12 | 207 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.19 |
| HSL | 290.46º | 0.89% | 0.43% | - |
| HSV(B) | 290.46º | 0.94% | 0.81% | - |
| XYZ | 29.3 | 14 | 60.19 | - |
| YUV | 83.27 | 197.83 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 207 | 0.15 | 0.94 | 0 | 0.19 | 290.46 | 0.89 | 0.43 |
| Hex | B0 | C | CF | F | 5E | 0 | 13 | 122 | 59 | 2B |
| Octal | 260 | 14 | 317 | 17 | 136 | 0 | 23 | 442 | 131 | 53 |
| Binary | 10110000 | 1100 | 11001111 | 1111 | 1011110 | 0 | 10011 | 100100010 | 1011001 | 101011 |
Color Harmonies of #B00CCF
Complementary color
Monochromatic Colors of #B00CCF
Black with #B00CCF
Text Example
Text Example
White with #B00CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00CCF; }
p { color: rgb(176,12,207); }
H1.HeaderClassName
{
color: #B00CCF;
}
.AnyTagClassName
{
color: #B00CCF;
}
</style>
background-color css
<style>
a { background-color: #B00CCF; }
a { background-color: rgb(176,12,207); }
div.DivClassName
{
background-color: #B00CCF;
}
.BgClassName
{
background-color: #B00CCF;
}
</style>
border-color css
<style>
span { border-color: #B00CCF; }
span { border-color: rgb(176,12,207); }
td.TdClassName
{
border-color: #B00CCF;
}
.TagClassName
{
border-color: #B00CCF;
}
</style>