Shades of Medium Red Violet #B42B8A
Tints of Medium Red Violet #B42B8A
RGB
CMYK
RGB Variations
Color information
#B42B8A (or 0xB42B8A) is known color: Medium Red Violet. HEX triplet: B4, 2B and 8A. RGB value is (180,43,138). Sum of RGB (Red+Green+Blue) = 180+43+138=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42B8A is #4BD475. Grayscale: #5E5E5E. Windows color (decimal): -4969590 or 9055156. OLE color: 9055156.
HSL color Cylindrical-coordinate representation of color #B42B8A: hue angle of 318.39º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42B8A is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 138 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.29 |
| HSL | 318.39º | 0.61% | 0.44% | - |
| HSV(B) | 318.39º | 0.76% | 0.71% | - |
| XYZ | 24.27 | 13.27 | 25.33 | - |
| YUV | 94.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 138 | 0 | 0.76 | 0.23 | 0.29 | 318.39 | 0.61 | 0.44 |
| Hex | B4 | 2B | 8A | 0 | 4C | 17 | 1D | 13E | 3D | 2C |
| Octal | 264 | 53 | 212 | 0 | 114 | 27 | 35 | 476 | 75 | 54 |
| Binary | 10110100 | 101011 | 10001010 | 0 | 1001100 | 10111 | 11101 | 100111110 | 111101 | 101100 |
Color Harmonies of #B42B8A
Complementary color
Monochromatic Colors of #B42B8A
Black with #B42B8A
Text Example
Text Example
White with #B42B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42B8A; }
p { color: rgb(180,43,138); }
H1.HeaderClassName
{
color: #B42B8A;
}
.AnyTagClassName
{
color: #B42B8A;
}
</style>
background-color css
<style>
a { background-color: #B42B8A; }
a { background-color: rgb(180,43,138); }
div.DivClassName
{
background-color: #B42B8A;
}
.BgClassName
{
background-color: #B42B8A;
}
</style>
border-color css
<style>
span { border-color: #B42B8A; }
span { border-color: rgb(180,43,138); }
td.TdClassName
{
border-color: #B42B8A;
}
.TagClassName
{
border-color: #B42B8A;
}
</style>