Shades of Medium Red Violet #B42A8D
Tints of Medium Red Violet #B42A8D
RGB
CMYK
RGB Variations
Color information
#B42A8D (or 0xB42A8D) is known color: Medium Red Violet. HEX triplet: B4, 2A and 8D. RGB value is (180,42,141). Sum of RGB (Red+Green+Blue) = 180+42+141=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A8D is #4BD572. Grayscale: #5E5E5E. Windows color (decimal): -4969843 or 9251508. OLE color: 9251508.
HSL color Cylindrical-coordinate representation of color #B42A8D: hue angle of 316.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42A8D is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 42 | 141 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.29 |
| HSL | 316.96º | 0.62% | 0.44% | - |
| HSV(B) | 316.96º | 0.77% | 0.71% | - |
| XYZ | 24.46 | 13.28 | 26.47 | - |
| YUV | 94.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 141 | 0 | 0.77 | 0.22 | 0.29 | 316.96 | 0.62 | 0.44 |
| Hex | B4 | 2A | 8D | 0 | 4D | 16 | 1D | 13D | 3E | 2C |
| Octal | 264 | 52 | 215 | 0 | 115 | 26 | 35 | 475 | 76 | 54 |
| Binary | 10110100 | 101010 | 10001101 | 0 | 1001101 | 10110 | 11101 | 100111101 | 111110 | 101100 |
Color Harmonies of #B42A8D
Complementary color
Monochromatic Colors of #B42A8D
Black with #B42A8D
Text Example
Text Example
White with #B42A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42A8D; }
p { color: rgb(180,42,141); }
H1.HeaderClassName
{
color: #B42A8D;
}
.AnyTagClassName
{
color: #B42A8D;
}
</style>
background-color css
<style>
a { background-color: #B42A8D; }
a { background-color: rgb(180,42,141); }
div.DivClassName
{
background-color: #B42A8D;
}
.BgClassName
{
background-color: #B42A8D;
}
</style>
border-color css
<style>
span { border-color: #B42A8D; }
span { border-color: rgb(180,42,141); }
td.TdClassName
{
border-color: #B42A8D;
}
.TagClassName
{
border-color: #B42A8D;
}
</style>