Shades of Medium Red Violet #B42A8C
Tints of Medium Red Violet #B42A8C
RGB
CMYK
RGB Variations
Color information
#B42A8C (or 0xB42A8C) is known color: Medium Red Violet. HEX triplet: B4, 2A and 8C. RGB value is (180,42,140). Sum of RGB (Red+Green+Blue) = 180+42+140=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A8C is #4BD573. Grayscale: #5E5E5E. Windows color (decimal): -4969844 or 9185972. OLE color: 9185972.
HSL color Cylindrical-coordinate representation of color #B42A8C: hue angle of 317.39º 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 #B42A8C is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 42 | 140 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.29 |
| HSL | 317.39º | 0.62% | 0.44% | - |
| HSV(B) | 317.39º | 0.77% | 0.71% | - |
| XYZ | 24.38 | 13.25 | 26.08 | - |
| YUV | 94.43 | 153.72 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 140 | 0 | 0.77 | 0.22 | 0.29 | 317.39 | 0.62 | 0.44 |
| Hex | B4 | 2A | 8C | 0 | 4D | 16 | 1D | 13D | 3E | 2C |
| Octal | 264 | 52 | 214 | 0 | 115 | 26 | 35 | 475 | 76 | 54 |
| Binary | 10110100 | 101010 | 10001100 | 0 | 1001101 | 10110 | 11101 | 100111101 | 111110 | 101100 |
Color Harmonies of #B42A8C
Complementary color
Monochromatic Colors of #B42A8C
Black with #B42A8C
Text Example
Text Example
White with #B42A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42A8C; }
p { color: rgb(180,42,140); }
H1.HeaderClassName
{
color: #B42A8C;
}
.AnyTagClassName
{
color: #B42A8C;
}
</style>
background-color css
<style>
a { background-color: #B42A8C; }
a { background-color: rgb(180,42,140); }
div.DivClassName
{
background-color: #B42A8C;
}
.BgClassName
{
background-color: #B42A8C;
}
</style>
border-color css
<style>
span { border-color: #B42A8C; }
span { border-color: rgb(180,42,140); }
td.TdClassName
{
border-color: #B42A8C;
}
.TagClassName
{
border-color: #B42A8C;
}
</style>