Shades of Medium Violet Red #B702A4
Tints of Medium Violet Red #B702A4
RGB
CMYK
RGB Variations
Color information
#B702A4 (or 0xB702A4) is known color: Medium Violet Red. HEX triplet: B7, 02 and A4. RGB value is (183,2,164). Sum of RGB (Red+Green+Blue) = 183+2+164=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B702A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B702A4 is #48FD5B. Grayscale: #4A4A4A. Windows color (decimal): -4783452 or 10748599. OLE color: 10748599.
HSL color Cylindrical-coordinate representation of color #B702A4: hue angle of 306.3º degrees, saturation: 0.98, 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 #B702A4 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 164 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.28 |
| HSL | 306.3º | 0.98% | 0.36% | - |
| HSV(B) | 306.3º | 0.99% | 0.72% | - |
| XYZ | 26.25 | 12.79 | 36.21 | - |
| YUV | 74.59 | 178.47 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 164 | 0 | 0.99 | 0.10 | 0.28 | 306.3 | 0.98 | 0.36 |
| Hex | B7 | 2 | A4 | 0 | 63 | A | 1C | 132 | 62 | 24 |
| Octal | 267 | 2 | 244 | 0 | 143 | 12 | 34 | 462 | 142 | 44 |
| Binary | 10110111 | 10 | 10100100 | 0 | 1100011 | 1010 | 11100 | 100110010 | 1100010 | 100100 |
Color Harmonies of #B702A4
Complementary color
Monochromatic Colors of #B702A4
Black with #B702A4
Text Example
Text Example
White with #B702A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702A4; }
p { color: rgb(183,2,164); }
H1.HeaderClassName
{
color: #B702A4;
}
.AnyTagClassName
{
color: #B702A4;
}
</style>
background-color css
<style>
a { background-color: #B702A4; }
a { background-color: rgb(183,2,164); }
div.DivClassName
{
background-color: #B702A4;
}
.BgClassName
{
background-color: #B702A4;
}
</style>
border-color css
<style>
span { border-color: #B702A4; }
span { border-color: rgb(183,2,164); }
td.TdClassName
{
border-color: #B702A4;
}
.TagClassName
{
border-color: #B702A4;
}
</style>