Shades of Medium Red Violet #B42A8F
Tints of Medium Red Violet #B42A8F
RGB
CMYK
RGB Variations
Color information
#B42A8F (or 0xB42A8F) is known color: Medium Red Violet. HEX triplet: B4, 2A and 8F. RGB value is (180,42,143). Sum of RGB (Red+Green+Blue) = 180+42+143=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A8F is #4BD570. Grayscale: #5E5E5E. Windows color (decimal): -4969841 or 9382580. OLE color: 9382580.
HSL color Cylindrical-coordinate representation of color #B42A8F: hue angle of 316.09º 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 #B42A8F is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 42 | 143 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.29 |
| HSL | 316.09º | 0.62% | 0.44% | - |
| HSV(B) | 316.09º | 0.77% | 0.71% | - |
| XYZ | 24.61 | 13.34 | 27.26 | - |
| YUV | 94.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 143 | 0 | 0.77 | 0.21 | 0.29 | 316.09 | 0.62 | 0.44 |
| Hex | B4 | 2A | 8F | 0 | 4D | 15 | 1D | 13C | 3E | 2C |
| Octal | 264 | 52 | 217 | 0 | 115 | 25 | 35 | 474 | 76 | 54 |
| Binary | 10110100 | 101010 | 10001111 | 0 | 1001101 | 10101 | 11101 | 100111100 | 111110 | 101100 |
Color Harmonies of #B42A8F
Complementary color
Monochromatic Colors of #B42A8F
Black with #B42A8F
Text Example
Text Example
White with #B42A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42A8F; }
p { color: rgb(180,42,143); }
H1.HeaderClassName
{
color: #B42A8F;
}
.AnyTagClassName
{
color: #B42A8F;
}
</style>
background-color css
<style>
a { background-color: #B42A8F; }
a { background-color: rgb(180,42,143); }
div.DivClassName
{
background-color: #B42A8F;
}
.BgClassName
{
background-color: #B42A8F;
}
</style>
border-color css
<style>
span { border-color: #B42A8F; }
span { border-color: rgb(180,42,143); }
td.TdClassName
{
border-color: #B42A8F;
}
.TagClassName
{
border-color: #B42A8F;
}
</style>