Shades of Medium Violet Red #B70690
Tints of Medium Violet Red #B70690
RGB
CMYK
RGB Variations
Color information
#B70690 (or 0xB70690) is known color: Medium Violet Red. HEX triplet: B7, 06 and 90. RGB value is (183,6,144). Sum of RGB (Red+Green+Blue) = 183+6+144=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B70690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70690 is #48F96F. Grayscale: #4A4A4A. Windows color (decimal): -4782448 or 9438903. OLE color: 9438903.
HSL color Cylindrical-coordinate representation of color #B70690: hue angle of 313.22º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70690 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 6 | 144 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.28 |
| HSL | 313.22º | 0.94% | 0.37% | - |
| HSV(B) | 313.22º | 0.97% | 0.72% | - |
| XYZ | 24.63 | 12.21 | 27.44 | - |
| YUV | 74.66 | 167.14 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 144 | 0 | 0.97 | 0.21 | 0.28 | 313.22 | 0.94 | 0.37 |
| Hex | B7 | 6 | 90 | 0 | 61 | 15 | 1C | 139 | 5E | 25 |
| Octal | 267 | 6 | 220 | 0 | 141 | 25 | 34 | 471 | 136 | 45 |
| Binary | 10110111 | 110 | 10010000 | 0 | 1100001 | 10101 | 11100 | 100111001 | 1011110 | 100101 |
Color Harmonies of #B70690
Complementary color
Monochromatic Colors of #B70690
Black with #B70690
Text Example
Text Example
White with #B70690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70690; }
p { color: rgb(183,6,144); }
H1.HeaderClassName
{
color: #B70690;
}
.AnyTagClassName
{
color: #B70690;
}
</style>
background-color css
<style>
a { background-color: #B70690; }
a { background-color: rgb(183,6,144); }
div.DivClassName
{
background-color: #B70690;
}
.BgClassName
{
background-color: #B70690;
}
</style>
border-color css
<style>
span { border-color: #B70690; }
span { border-color: rgb(183,6,144); }
td.TdClassName
{
border-color: #B70690;
}
.TagClassName
{
border-color: #B70690;
}
</style>