Shades of Medium Violet Red #B601A2
Tints of Medium Violet Red #B601A2
RGB
CMYK
RGB Variations
Color information
#B601A2 (or 0xB601A2) is known color: Medium Violet Red. HEX triplet: B6, 01 and A2. RGB value is (182,1,162). Sum of RGB (Red+Green+Blue) = 182+1+162=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B601A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B601A2 is #49FE5D. Grayscale: #494949. Windows color (decimal): -4849246 or 10617270. OLE color: 10617270.
HSL color Cylindrical-coordinate representation of color #B601A2: hue angle of 306.63º degrees, saturation: 0.99, 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 #B601A2 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 162 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.29 |
| HSL | 306.63º | 0.99% | 0.36% | - |
| HSV(B) | 306.63º | 0.99% | 0.71% | - |
| XYZ | 25.82 | 12.58 | 35.25 | - |
| YUV | 73.47 | 177.97 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 162 | 0 | 0.99 | 0.11 | 0.29 | 306.63 | 0.99 | 0.36 |
| Hex | B6 | 1 | A2 | 0 | 63 | B | 1D | 133 | 63 | 24 |
| Octal | 266 | 1 | 242 | 0 | 143 | 13 | 35 | 463 | 143 | 44 |
| Binary | 10110110 | 1 | 10100010 | 0 | 1100011 | 1011 | 11101 | 100110011 | 1100011 | 100100 |
Color Harmonies of #B601A2
Complementary color
Monochromatic Colors of #B601A2
Black with #B601A2
Text Example
Text Example
White with #B601A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B601A2; }
p { color: rgb(182,1,162); }
H1.HeaderClassName
{
color: #B601A2;
}
.AnyTagClassName
{
color: #B601A2;
}
</style>
background-color css
<style>
a { background-color: #B601A2; }
a { background-color: rgb(182,1,162); }
div.DivClassName
{
background-color: #B601A2;
}
.BgClassName
{
background-color: #B601A2;
}
</style>
border-color css
<style>
span { border-color: #B601A2; }
span { border-color: rgb(182,1,162); }
td.TdClassName
{
border-color: #B601A2;
}
.TagClassName
{
border-color: #B601A2;
}
</style>