Shades of Medium Violet Red #B70F8C
Tints of Medium Violet Red #B70F8C
RGB
CMYK
RGB Variations
Color information
#B70F8C (or 0xB70F8C) is known color: Medium Violet Red. HEX triplet: B7, 0F and 8C. RGB value is (183,15,140). Sum of RGB (Red+Green+Blue) = 183+15+140=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70F8C is #48F073. Grayscale: #4F4F4F. Windows color (decimal): -4780148 or 9179063. OLE color: 9179063.
HSL color Cylindrical-coordinate representation of color #B70F8C: hue angle of 315.36º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70F8C is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 15 | 140 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.28 |
| HSL | 315.36º | 0.85% | 0.39% | - |
| HSV(B) | 315.36º | 0.92% | 0.72% | - |
| XYZ | 24.43 | 12.3 | 25.9 | - |
| YUV | 79.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 140 | 0 | 0.92 | 0.23 | 0.28 | 315.36 | 0.85 | 0.39 |
| Hex | B7 | F | 8C | 0 | 5C | 17 | 1C | 13B | 55 | 27 |
| Octal | 267 | 17 | 214 | 0 | 134 | 27 | 34 | 473 | 125 | 47 |
| Binary | 10110111 | 1111 | 10001100 | 0 | 1011100 | 10111 | 11100 | 100111011 | 1010101 | 100111 |
Color Harmonies of #B70F8C
Complementary color
Monochromatic Colors of #B70F8C
Black with #B70F8C
Text Example
Text Example
White with #B70F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70F8C; }
p { color: rgb(183,15,140); }
H1.HeaderClassName
{
color: #B70F8C;
}
.AnyTagClassName
{
color: #B70F8C;
}
</style>
background-color css
<style>
a { background-color: #B70F8C; }
a { background-color: rgb(183,15,140); }
div.DivClassName
{
background-color: #B70F8C;
}
.BgClassName
{
background-color: #B70F8C;
}
</style>
border-color css
<style>
span { border-color: #B70F8C; }
span { border-color: rgb(183,15,140); }
td.TdClassName
{
border-color: #B70F8C;
}
.TagClassName
{
border-color: #B70F8C;
}
</style>