Shades of Medium Violet Red #B00FA6
Tints of Medium Violet Red #B00FA6
RGB
CMYK
RGB Variations
Color information
#B00FA6 (or 0xB00FA6) is known color: Medium Violet Red. HEX triplet: B0, 0F and A6. RGB value is (176,15,166). Sum of RGB (Red+Green+Blue) = 176+15+166=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B00FA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00FA6 is #4FF059. Grayscale: #4F4F4F. Windows color (decimal): -5238874 or 10882992. OLE color: 10882992.
HSL color Cylindrical-coordinate representation of color #B00FA6: hue angle of 303.73º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00FA6 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 15 | 166 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.31 |
| HSL | 303.73º | 0.84% | 0.37% | - |
| HSV(B) | 303.73º | 0.91% | 0.69% | - |
| XYZ | 24.96 | 12.32 | 37.14 | - |
| YUV | 80.35 | 176.34 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 166 | 0 | 0.91 | 0.06 | 0.31 | 303.73 | 0.84 | 0.37 |
| Hex | B0 | F | A6 | 0 | 5B | 6 | 1F | 130 | 54 | 25 |
| Octal | 260 | 17 | 246 | 0 | 133 | 6 | 37 | 460 | 124 | 45 |
| Binary | 10110000 | 1111 | 10100110 | 0 | 1011011 | 110 | 11111 | 100110000 | 1010100 | 100101 |
Color Harmonies of #B00FA6
Complementary color
Monochromatic Colors of #B00FA6
Black with #B00FA6
Text Example
Text Example
White with #B00FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00FA6; }
p { color: rgb(176,15,166); }
H1.HeaderClassName
{
color: #B00FA6;
}
.AnyTagClassName
{
color: #B00FA6;
}
</style>
background-color css
<style>
a { background-color: #B00FA6; }
a { background-color: rgb(176,15,166); }
div.DivClassName
{
background-color: #B00FA6;
}
.BgClassName
{
background-color: #B00FA6;
}
</style>
border-color css
<style>
span { border-color: #B00FA6; }
span { border-color: rgb(176,15,166); }
td.TdClassName
{
border-color: #B00FA6;
}
.TagClassName
{
border-color: #B00FA6;
}
</style>