Shades of Medium Violet Red #B602A3
Tints of Medium Violet Red #B602A3
RGB
CMYK
RGB Variations
Color information
#B602A3 (or 0xB602A3) is known color: Medium Violet Red. HEX triplet: B6, 02 and A3. RGB value is (182,2,163). Sum of RGB (Red+Green+Blue) = 182+2+163=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B602A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B602A3 is #49FD5C. Grayscale: #494949. Windows color (decimal): -4848989 or 10683062. OLE color: 10683062.
HSL color Cylindrical-coordinate representation of color #B602A3: hue angle of 306.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602A3 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 2 | 163 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.29 |
| HSL | 306.33º | 0.98% | 0.36% | - |
| HSV(B) | 306.33º | 0.99% | 0.71% | - |
| XYZ | 25.92 | 12.63 | 35.72 | - |
| YUV | 74.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 163 | 0 | 0.99 | 0.10 | 0.29 | 306.33 | 0.98 | 0.36 |
| Hex | B6 | 2 | A3 | 0 | 63 | A | 1D | 132 | 62 | 24 |
| Octal | 266 | 2 | 243 | 0 | 143 | 12 | 35 | 462 | 142 | 44 |
| Binary | 10110110 | 10 | 10100011 | 0 | 1100011 | 1010 | 11101 | 100110010 | 1100010 | 100100 |
Color Harmonies of #B602A3
Complementary color
Monochromatic Colors of #B602A3
Black with #B602A3
Text Example
Text Example
White with #B602A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602A3; }
p { color: rgb(182,2,163); }
H1.HeaderClassName
{
color: #B602A3;
}
.AnyTagClassName
{
color: #B602A3;
}
</style>
background-color css
<style>
a { background-color: #B602A3; }
a { background-color: rgb(182,2,163); }
div.DivClassName
{
background-color: #B602A3;
}
.BgClassName
{
background-color: #B602A3;
}
</style>
border-color css
<style>
span { border-color: #B602A3; }
span { border-color: rgb(182,2,163); }
td.TdClassName
{
border-color: #B602A3;
}
.TagClassName
{
border-color: #B602A3;
}
</style>