Shades of Medium Violet Red #B702A2
Tints of Medium Violet Red #B702A2
RGB
CMYK
RGB Variations
Color information
#B702A2 (or 0xB702A2) is known color: Medium Violet Red. HEX triplet: B7, 02 and A2. RGB value is (183,2,162). Sum of RGB (Red+Green+Blue) = 183+2+162=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B702A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B702A2 is #48FD5D. Grayscale: #494949. Windows color (decimal): -4783454 or 10617527. OLE color: 10617527.
HSL color Cylindrical-coordinate representation of color #B702A2: hue angle of 306.96º 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 #B702A2 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 162 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.28 |
| HSL | 306.96º | 0.98% | 0.36% | - |
| HSV(B) | 306.96º | 0.99% | 0.72% | - |
| XYZ | 26.07 | 12.72 | 35.26 | - |
| YUV | 74.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 162 | 0 | 0.99 | 0.11 | 0.28 | 306.96 | 0.98 | 0.36 |
| Hex | B7 | 2 | A2 | 0 | 63 | B | 1C | 133 | 62 | 24 |
| Octal | 267 | 2 | 242 | 0 | 143 | 13 | 34 | 463 | 142 | 44 |
| Binary | 10110111 | 10 | 10100010 | 0 | 1100011 | 1011 | 11100 | 100110011 | 1100010 | 100100 |
Color Harmonies of #B702A2
Complementary color
Monochromatic Colors of #B702A2
Black with #B702A2
Text Example
Text Example
White with #B702A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702A2; }
p { color: rgb(183,2,162); }
H1.HeaderClassName
{
color: #B702A2;
}
.AnyTagClassName
{
color: #B702A2;
}
</style>
background-color css
<style>
a { background-color: #B702A2; }
a { background-color: rgb(183,2,162); }
div.DivClassName
{
background-color: #B702A2;
}
.BgClassName
{
background-color: #B702A2;
}
</style>
border-color css
<style>
span { border-color: #B702A2; }
span { border-color: rgb(183,2,162); }
td.TdClassName
{
border-color: #B702A2;
}
.TagClassName
{
border-color: #B702A2;
}
</style>