Shades of Medium Violet Red #B0078F
Tints of Medium Violet Red #B0078F
RGB
CMYK
RGB Variations
Color information
#B0078F (or 0xB0078F) is known color: Medium Violet Red. HEX triplet: B0, 07 and 8F. RGB value is (176,7,143). Sum of RGB (Red+Green+Blue) = 176+7+143=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B0078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0078F is #4FF870. Grayscale: #484848. Windows color (decimal): -5240945 or 9373616. OLE color: 9373616.
HSL color Cylindrical-coordinate representation of color #B0078F: hue angle of 311.72º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0078F is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 143 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.31 |
| HSL | 311.72º | 0.92% | 0.36% | - |
| HSV(B) | 311.72º | 0.96% | 0.69% | - |
| XYZ | 22.94 | 11.37 | 26.97 | - |
| YUV | 73.04 | 167.49 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 143 | 0 | 0.96 | 0.19 | 0.31 | 311.72 | 0.92 | 0.36 |
| Hex | B0 | 7 | 8F | 0 | 60 | 13 | 1F | 138 | 5C | 24 |
| Octal | 260 | 7 | 217 | 0 | 140 | 23 | 37 | 470 | 134 | 44 |
| Binary | 10110000 | 111 | 10001111 | 0 | 1100000 | 10011 | 11111 | 100111000 | 1011100 | 100100 |
Color Harmonies of #B0078F
Complementary color
Monochromatic Colors of #B0078F
Black with #B0078F
Text Example
Text Example
White with #B0078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0078F; }
p { color: rgb(176,7,143); }
H1.HeaderClassName
{
color: #B0078F;
}
.AnyTagClassName
{
color: #B0078F;
}
</style>
background-color css
<style>
a { background-color: #B0078F; }
a { background-color: rgb(176,7,143); }
div.DivClassName
{
background-color: #B0078F;
}
.BgClassName
{
background-color: #B0078F;
}
</style>
border-color css
<style>
span { border-color: #B0078F; }
span { border-color: rgb(176,7,143); }
td.TdClassName
{
border-color: #B0078F;
}
.TagClassName
{
border-color: #B0078F;
}
</style>