Shades of Medium Red Violet #B42E8A
Tints of Medium Red Violet #B42E8A
RGB
CMYK
RGB Variations
Color information
#B42E8A (or 0xB42E8A) is known color: Medium Red Violet. HEX triplet: B4, 2E and 8A. RGB value is (180,46,138). Sum of RGB (Red+Green+Blue) = 180+46+138=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42E8A is #4BD175. Grayscale: #606060. Windows color (decimal): -4968822 or 9055924. OLE color: 9055924.
HSL color Cylindrical-coordinate representation of color #B42E8A: hue angle of 318.81º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42E8A is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 46 | 138 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.29 |
| HSL | 318.81º | 0.59% | 0.44% | - |
| HSV(B) | 318.81º | 0.74% | 0.71% | - |
| XYZ | 24.39 | 13.49 | 25.36 | - |
| YUV | 96.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 138 | 0 | 0.74 | 0.23 | 0.29 | 318.81 | 0.59 | 0.44 |
| Hex | B4 | 2E | 8A | 0 | 4A | 17 | 1D | 13F | 3B | 2C |
| Octal | 264 | 56 | 212 | 0 | 112 | 27 | 35 | 477 | 73 | 54 |
| Binary | 10110100 | 101110 | 10001010 | 0 | 1001010 | 10111 | 11101 | 100111111 | 111011 | 101100 |
Color Harmonies of #B42E8A
Complementary color
Monochromatic Colors of #B42E8A
Black with #B42E8A
Text Example
Text Example
White with #B42E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42E8A; }
p { color: rgb(180,46,138); }
H1.HeaderClassName
{
color: #B42E8A;
}
.AnyTagClassName
{
color: #B42E8A;
}
</style>
background-color css
<style>
a { background-color: #B42E8A; }
a { background-color: rgb(180,46,138); }
div.DivClassName
{
background-color: #B42E8A;
}
.BgClassName
{
background-color: #B42E8A;
}
</style>
border-color css
<style>
span { border-color: #B42E8A; }
span { border-color: rgb(180,46,138); }
td.TdClassName
{
border-color: #B42E8A;
}
.TagClassName
{
border-color: #B42E8A;
}
</style>