Shades of Medium Violet Red #B703A2
Tints of Medium Violet Red #B703A2
RGB
CMYK
RGB Variations
Color information
#B703A2 (or 0xB703A2) is known color: Medium Violet Red. HEX triplet: B7, 03 and A2. RGB value is (183,3,162). Sum of RGB (Red+Green+Blue) = 183+3+162=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 162 (63.67% from 255 or 46.55% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B703A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B703A2 is #48FC5D. Grayscale: #4A4A4A. Windows color (decimal): -4783198 or 10617783. OLE color: 10617783.
HSL color Cylindrical-coordinate representation of color #B703A2: hue angle of 307º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B703A2 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 3 | 162 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.28 |
| HSL | 307º | 0.97% | 0.36% | - |
| HSV(B) | 307º | 0.98% | 0.72% | - |
| XYZ | 26.08 | 12.74 | 35.27 | - |
| YUV | 74.95 | 177.13 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 162 | 0 | 0.98 | 0.11 | 0.28 | 307 | 0.97 | 0.36 |
| Hex | B7 | 3 | A2 | 0 | 62 | B | 1C | 133 | 61 | 24 |
| Octal | 267 | 3 | 242 | 0 | 142 | 13 | 34 | 463 | 141 | 44 |
| Binary | 10110111 | 11 | 10100010 | 0 | 1100010 | 1011 | 11100 | 100110011 | 1100001 | 100100 |
Color Harmonies of #B703A2
Complementary color
Monochromatic Colors of #B703A2
Black with #B703A2
Text Example
Text Example
White with #B703A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B703A2; }
p { color: rgb(183,3,162); }
H1.HeaderClassName
{
color: #B703A2;
}
.AnyTagClassName
{
color: #B703A2;
}
</style>
background-color css
<style>
a { background-color: #B703A2; }
a { background-color: rgb(183,3,162); }
div.DivClassName
{
background-color: #B703A2;
}
.BgClassName
{
background-color: #B703A2;
}
</style>
border-color css
<style>
span { border-color: #B703A2; }
span { border-color: rgb(183,3,162); }
td.TdClassName
{
border-color: #B703A2;
}
.TagClassName
{
border-color: #B703A2;
}
</style>