Shades of Medium Violet Red #B402A2
Tints of Medium Violet Red #B402A2
RGB
CMYK
RGB Variations
Color information
#B402A2 (or 0xB402A2) is known color: Medium Violet Red. HEX triplet: B4, 02 and A2. RGB value is (180,2,162). Sum of RGB (Red+Green+Blue) = 180+2+162=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B402A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B402A2 is #4BFD5D. Grayscale: #494949. Windows color (decimal): -4980062 or 10617524. OLE color: 10617524.
HSL color Cylindrical-coordinate representation of color #B402A2: hue angle of 306.07º 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 #B402A2 is Cyan = 0, Magento = 0.99, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 162 | - |
| CMYK | 0 | 0.99 | 0.1 | 0.29 |
| HSL | 306.07º | 0.98% | 0.36% | - |
| HSV(B) | 306.07º | 0.99% | 0.71% | - |
| XYZ | 25.37 | 12.36 | 35.23 | - |
| YUV | 73.46 | 177.97 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 162 | 0 | 0.99 | 0.1 | 0.29 | 306.07 | 0.98 | 0.36 |
| Hex | B4 | 2 | A2 | 0 | 63 | A | 1D | 132 | 62 | 24 |
| Octal | 264 | 2 | 242 | 0 | 143 | 12 | 35 | 462 | 142 | 44 |
| Binary | 10110100 | 10 | 10100010 | 0 | 1100011 | 1010 | 11101 | 100110010 | 1100010 | 100100 |
Color Harmonies of #B402A2
Complementary color
Monochromatic Colors of #B402A2
Black with #B402A2
Text Example
Text Example
White with #B402A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B402A2; }
p { color: rgb(180,2,162); }
H1.HeaderClassName
{
color: #B402A2;
}
.AnyTagClassName
{
color: #B402A2;
}
</style>
background-color css
<style>
a { background-color: #B402A2; }
a { background-color: rgb(180,2,162); }
div.DivClassName
{
background-color: #B402A2;
}
.BgClassName
{
background-color: #B402A2;
}
</style>
border-color css
<style>
span { border-color: #B402A2; }
span { border-color: rgb(180,2,162); }
td.TdClassName
{
border-color: #B402A2;
}
.TagClassName
{
border-color: #B402A2;
}
</style>