Shades of Dark Violet #B00FCE
Tints of Dark Violet #B00FCE
RGB
CMYK
RGB Variations
Color information
#B00FCE (or 0xB00FCE) is known color: Dark Violet. HEX triplet: B0, 0F and CE. RGB value is (176,15,206). Sum of RGB (Red+Green+Blue) = 176+15+206=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #B00FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FCE is #4FF031. Grayscale: #545454. Windows color (decimal): -5238834 or 13504432. OLE color: 13504432.
HSL color Cylindrical-coordinate representation of color #B00FCE: hue angle of 290.58º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00FCE is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 15 | 206 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.19 |
| HSL | 290.58º | 0.86% | 0.43% | - |
| HSV(B) | 290.58º | 0.93% | 0.81% | - |
| XYZ | 29.22 | 14.03 | 59.56 | - |
| YUV | 84.91 | 196.34 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 206 | 0.15 | 0.93 | 0 | 0.19 | 290.58 | 0.86 | 0.43 |
| Hex | B0 | F | CE | F | 5D | 0 | 13 | 123 | 56 | 2B |
| Octal | 260 | 17 | 316 | 17 | 135 | 0 | 23 | 443 | 126 | 53 |
| Binary | 10110000 | 1111 | 11001110 | 1111 | 1011101 | 0 | 10011 | 100100011 | 1010110 | 101011 |
Color Harmonies of #B00FCE
Complementary color
Monochromatic Colors of #B00FCE
Black with #B00FCE
Text Example
Text Example
White with #B00FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00FCE; }
p { color: rgb(176,15,206); }
H1.HeaderClassName
{
color: #B00FCE;
}
.AnyTagClassName
{
color: #B00FCE;
}
</style>
background-color css
<style>
a { background-color: #B00FCE; }
a { background-color: rgb(176,15,206); }
div.DivClassName
{
background-color: #B00FCE;
}
.BgClassName
{
background-color: #B00FCE;
}
</style>
border-color css
<style>
span { border-color: #B00FCE; }
span { border-color: rgb(176,15,206); }
td.TdClassName
{
border-color: #B00FCE;
}
.TagClassName
{
border-color: #B00FCE;
}
</style>