Shades of Medium Violet Red #B602A0
Tints of Medium Violet Red #B602A0
RGB
CMYK
RGB Variations
Color information
#B602A0 (or 0xB602A0) is known color: Medium Violet Red. HEX triplet: B6, 02 and A0. RGB value is (182,2,160). Sum of RGB (Red+Green+Blue) = 182+2+160=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B602A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B602A0 is #49FD5F. Grayscale: #494949. Windows color (decimal): -4848992 or 10486454. OLE color: 10486454.
HSL color Cylindrical-coordinate representation of color #B602A0: hue angle of 307.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 #B602A0 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.29 |
| HSL | 307.33º | 0.98% | 0.36% | - |
| HSV(B) | 307.33º | 0.99% | 0.71% | - |
| XYZ | 25.66 | 12.53 | 34.32 | - |
| YUV | 73.83 | 176.63 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 160 | 0 | 0.99 | 0.12 | 0.29 | 307.33 | 0.98 | 0.36 |
| Hex | B6 | 2 | A0 | 0 | 63 | C | 1D | 133 | 62 | 24 |
| Octal | 266 | 2 | 240 | 0 | 143 | 14 | 35 | 463 | 142 | 44 |
| Binary | 10110110 | 10 | 10100000 | 0 | 1100011 | 1100 | 11101 | 100110011 | 1100010 | 100100 |
Color Harmonies of #B602A0
Complementary color
Monochromatic Colors of #B602A0
Black with #B602A0
Text Example
Text Example
White with #B602A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602A0; }
p { color: rgb(182,2,160); }
H1.HeaderClassName
{
color: #B602A0;
}
.AnyTagClassName
{
color: #B602A0;
}
</style>
background-color css
<style>
a { background-color: #B602A0; }
a { background-color: rgb(182,2,160); }
div.DivClassName
{
background-color: #B602A0;
}
.BgClassName
{
background-color: #B602A0;
}
</style>
border-color css
<style>
span { border-color: #B602A0; }
span { border-color: rgb(182,2,160); }
td.TdClassName
{
border-color: #B602A0;
}
.TagClassName
{
border-color: #B602A0;
}
</style>