Shades of Medium Violet Red #B420A2
Tints of Medium Violet Red #B420A2
RGB
CMYK
RGB Variations
Color information
#B420A2 (or 0xB420A2) is known color: Medium Violet Red. HEX triplet: B4, 20 and A2. RGB value is (180,32,162). Sum of RGB (Red+Green+Blue) = 180+32+162=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B420A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B420A2 is #4BDF5D. Grayscale: #5A5A5A. Windows color (decimal): -4972382 or 10625204. OLE color: 10625204.
HSL color Cylindrical-coordinate representation of color #B420A2: hue angle of 307.3º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B420A2 is Cyan = 0, Magento = 0.82, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 162 | - |
| CMYK | 0 | 0.82 | 0.1 | 0.29 |
| HSL | 307.3º | 0.7% | 0.42% | - |
| HSV(B) | 307.3º | 0.82% | 0.71% | - |
| XYZ | 25.86 | 13.34 | 35.4 | - |
| YUV | 91.07 | 168.03 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 162 | 0 | 0.82 | 0.1 | 0.29 | 307.3 | 0.7 | 0.42 |
| Hex | B4 | 20 | A2 | 0 | 52 | A | 1D | 133 | 46 | 2A |
| Octal | 264 | 40 | 242 | 0 | 122 | 12 | 35 | 463 | 106 | 52 |
| Binary | 10110100 | 100000 | 10100010 | 0 | 1010010 | 1010 | 11101 | 100110011 | 1000110 | 101010 |
Color Harmonies of #B420A2
Complementary color
Monochromatic Colors of #B420A2
Black with #B420A2
Text Example
Text Example
White with #B420A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B420A2; }
p { color: rgb(180,32,162); }
H1.HeaderClassName
{
color: #B420A2;
}
.AnyTagClassName
{
color: #B420A2;
}
</style>
background-color css
<style>
a { background-color: #B420A2; }
a { background-color: rgb(180,32,162); }
div.DivClassName
{
background-color: #B420A2;
}
.BgClassName
{
background-color: #B420A2;
}
</style>
border-color css
<style>
span { border-color: #B420A2; }
span { border-color: rgb(180,32,162); }
td.TdClassName
{
border-color: #B420A2;
}
.TagClassName
{
border-color: #B420A2;
}
</style>