Shades of Dark Violet #B00ACF
Tints of Dark Violet #B00ACF
RGB
CMYK
RGB Variations
Color information
#B00ACF (or 0xB00ACF) is known color: Dark Violet. HEX triplet: B0, 0A and CF. RGB value is (176,10,207). Sum of RGB (Red+Green+Blue) = 176+10+207=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #B00ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ACF is #4FF530. Grayscale: #515151. Windows color (decimal): -5240113 or 13568688. OLE color: 13568688.
HSL color Cylindrical-coordinate representation of color #B00ACF: hue angle of 290.56º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00ACF is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 10 | 207 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.19 |
| HSL | 290.56º | 0.91% | 0.43% | - |
| HSV(B) | 290.56º | 0.95% | 0.81% | - |
| XYZ | 29.28 | 13.95 | 60.18 | - |
| YUV | 82.09 | 198.5 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 10 | 207 | 0.15 | 0.95 | 0 | 0.19 | 290.56 | 0.91 | 0.43 |
| Hex | B0 | A | CF | F | 5F | 0 | 13 | 123 | 5B | 2B |
| Octal | 260 | 12 | 317 | 17 | 137 | 0 | 23 | 443 | 133 | 53 |
| Binary | 10110000 | 1010 | 11001111 | 1111 | 1011111 | 0 | 10011 | 100100011 | 1011011 | 101011 |
Color Harmonies of #B00ACF
Complementary color
Monochromatic Colors of #B00ACF
Black with #B00ACF
Text Example
Text Example
White with #B00ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00ACF; }
p { color: rgb(176,10,207); }
H1.HeaderClassName
{
color: #B00ACF;
}
.AnyTagClassName
{
color: #B00ACF;
}
</style>
background-color css
<style>
a { background-color: #B00ACF; }
a { background-color: rgb(176,10,207); }
div.DivClassName
{
background-color: #B00ACF;
}
.BgClassName
{
background-color: #B00ACF;
}
</style>
border-color css
<style>
span { border-color: #B00ACF; }
span { border-color: rgb(176,10,207); }
td.TdClassName
{
border-color: #B00ACF;
}
.TagClassName
{
border-color: #B00ACF;
}
</style>