Shades of Medium Violet Red #B70093
Tints of Medium Violet Red #B70093
RGB
CMYK
RGB Variations
Color information
#B70093 (or 0xB70093) is known color: Medium Violet Red. HEX triplet: B7, 00 and 93. RGB value is (183,0,147). Sum of RGB (Red+Green+Blue) = 183+0+147=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B70093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70093 is #48FF6C. Grayscale: #474747. Windows color (decimal): -4783981 or 9633975. OLE color: 9633975.
HSL color Cylindrical-coordinate representation of color #B70093: hue angle of 311.8º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70093 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.20 | 0.28 |
| HSL | 311.8º | 1% | 0.36% | - |
| HSV(B) | 311.8º | 1% | 0.72% | - |
| XYZ | 24.79 | 12.17 | 28.65 | - |
| YUV | 71.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 147 | 0 | 1 | 0.20 | 0.28 | 311.8 | 1 | 0.36 |
| Hex | B7 | 0 | 93 | 0 | 64 | 14 | 1C | 138 | 64 | 24 |
| Octal | 267 | 0 | 223 | 0 | 144 | 24 | 34 | 470 | 144 | 44 |
| Binary | 10110111 | 0 | 10010011 | 0 | 1100100 | 10100 | 11100 | 100111000 | 1100100 | 100100 |
Color Harmonies of #B70093
Complementary color
Monochromatic Colors of #B70093
Black with #B70093
Text Example
Text Example
White with #B70093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70093; }
p { color: rgb(183,0,147); }
H1.HeaderClassName
{
color: #B70093;
}
.AnyTagClassName
{
color: #B70093;
}
</style>
background-color css
<style>
a { background-color: #B70093; }
a { background-color: rgb(183,0,147); }
div.DivClassName
{
background-color: #B70093;
}
.BgClassName
{
background-color: #B70093;
}
</style>
border-color css
<style>
span { border-color: #B70093; }
span { border-color: rgb(183,0,147); }
td.TdClassName
{
border-color: #B70093;
}
.TagClassName
{
border-color: #B70093;
}
</style>