Shades of Medium Violet Red #B603A0
Tints of Medium Violet Red #B603A0
RGB
CMYK
RGB Variations
Color information
#B603A0 (or 0xB603A0) is known color: Medium Violet Red. HEX triplet: B6, 03 and A0. RGB value is (182,3,160). Sum of RGB (Red+Green+Blue) = 182+3+160=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B603A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B603A0 is #49FC5F. Grayscale: #494949. Windows color (decimal): -4848736 or 10486710. OLE color: 10486710.
HSL color Cylindrical-coordinate representation of color #B603A0: hue angle of 307.37º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B603A0 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 3 | 160 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.29 |
| HSL | 307.37º | 0.97% | 0.36% | - |
| HSV(B) | 307.37º | 0.98% | 0.71% | - |
| XYZ | 25.67 | 12.55 | 34.33 | - |
| YUV | 74.42 | 176.3 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 160 | 0 | 0.98 | 0.12 | 0.29 | 307.37 | 0.97 | 0.36 |
| Hex | B6 | 3 | A0 | 0 | 62 | C | 1D | 133 | 61 | 24 |
| Octal | 266 | 3 | 240 | 0 | 142 | 14 | 35 | 463 | 141 | 44 |
| Binary | 10110110 | 11 | 10100000 | 0 | 1100010 | 1100 | 11101 | 100110011 | 1100001 | 100100 |
Color Harmonies of #B603A0
Complementary color
Monochromatic Colors of #B603A0
Black with #B603A0
Text Example
Text Example
White with #B603A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B603A0; }
p { color: rgb(182,3,160); }
H1.HeaderClassName
{
color: #B603A0;
}
.AnyTagClassName
{
color: #B603A0;
}
</style>
background-color css
<style>
a { background-color: #B603A0; }
a { background-color: rgb(182,3,160); }
div.DivClassName
{
background-color: #B603A0;
}
.BgClassName
{
background-color: #B603A0;
}
</style>
border-color css
<style>
span { border-color: #B603A0; }
span { border-color: rgb(182,3,160); }
td.TdClassName
{
border-color: #B603A0;
}
.TagClassName
{
border-color: #B603A0;
}
</style>