Shades of Medium Violet Red #B70189
Tints of Medium Violet Red #B70189
RGB
CMYK
RGB Variations
Color information
#B70189 (or 0xB70189) is known color: Medium Violet Red. HEX triplet: B7, 01 and 89. RGB value is (183,1,137). Sum of RGB (Red+Green+Blue) = 183+1+137=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B70189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70189 is #48FE76. Grayscale: #464646. Windows color (decimal): -4783735 or 8978871. OLE color: 8978871.
HSL color Cylindrical-coordinate representation of color #B70189: hue angle of 315.16º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70189 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.28 |
| HSL | 315.16º | 0.99% | 0.36% | - |
| HSV(B) | 315.16º | 0.99% | 0.72% | - |
| XYZ | 24.05 | 11.9 | 24.7 | - |
| YUV | 70.92 | 165.3 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 137 | 0 | 0.99 | 0.25 | 0.28 | 315.16 | 0.99 | 0.36 |
| Hex | B7 | 1 | 89 | 0 | 63 | 19 | 1C | 13B | 63 | 24 |
| Octal | 267 | 1 | 211 | 0 | 143 | 31 | 34 | 473 | 143 | 44 |
| Binary | 10110111 | 1 | 10001001 | 0 | 1100011 | 11001 | 11100 | 100111011 | 1100011 | 100100 |
Color Harmonies of #B70189
Complementary color
Monochromatic Colors of #B70189
Black with #B70189
Text Example
Text Example
White with #B70189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70189; }
p { color: rgb(183,1,137); }
H1.HeaderClassName
{
color: #B70189;
}
.AnyTagClassName
{
color: #B70189;
}
</style>
background-color css
<style>
a { background-color: #B70189; }
a { background-color: rgb(183,1,137); }
div.DivClassName
{
background-color: #B70189;
}
.BgClassName
{
background-color: #B70189;
}
</style>
border-color css
<style>
span { border-color: #B70189; }
span { border-color: rgb(183,1,137); }
td.TdClassName
{
border-color: #B70189;
}
.TagClassName
{
border-color: #B70189;
}
</style>