Shades of Medium Violet Red #B70C9D
Tints of Medium Violet Red #B70C9D
RGB
CMYK
RGB Variations
Color information
#B70C9D (or 0xB70C9D) is known color: Medium Violet Red. HEX triplet: B7, 0C and 9D. RGB value is (183,12,157). Sum of RGB (Red+Green+Blue) = 183+12+157=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70C9D is #48F362. Grayscale: #4F4F4F. Windows color (decimal): -4780899 or 10292407. OLE color: 10292407.
HSL color Cylindrical-coordinate representation of color #B70C9D: hue angle of 309.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70C9D is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 12 | 157 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.28 |
| HSL | 309.12º | 0.88% | 0.38% | - |
| HSV(B) | 309.12º | 0.93% | 0.72% | - |
| XYZ | 25.75 | 12.76 | 33.01 | - |
| YUV | 79.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 157 | 0 | 0.93 | 0.14 | 0.28 | 309.12 | 0.88 | 0.38 |
| Hex | B7 | C | 9D | 0 | 5D | E | 1C | 135 | 58 | 26 |
| Octal | 267 | 14 | 235 | 0 | 135 | 16 | 34 | 465 | 130 | 46 |
| Binary | 10110111 | 1100 | 10011101 | 0 | 1011101 | 1110 | 11100 | 100110101 | 1011000 | 100110 |
Color Harmonies of #B70C9D
Complementary color
Monochromatic Colors of #B70C9D
Black with #B70C9D
Text Example
Text Example
White with #B70C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70C9D; }
p { color: rgb(183,12,157); }
H1.HeaderClassName
{
color: #B70C9D;
}
.AnyTagClassName
{
color: #B70C9D;
}
</style>
background-color css
<style>
a { background-color: #B70C9D; }
a { background-color: rgb(183,12,157); }
div.DivClassName
{
background-color: #B70C9D;
}
.BgClassName
{
background-color: #B70C9D;
}
</style>
border-color css
<style>
span { border-color: #B70C9D; }
span { border-color: rgb(183,12,157); }
td.TdClassName
{
border-color: #B70C9D;
}
.TagClassName
{
border-color: #B70C9D;
}
</style>