Shades of Medium Red Violet #B42D83
Tints of Medium Red Violet #B42D83
RGB
CMYK
RGB Variations
Color information
#B42D83 (or 0xB42D83) is known color: Medium Red Violet. HEX triplet: B4, 2D and 83. RGB value is (180,45,131). Sum of RGB (Red+Green+Blue) = 180+45+131=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D83 is #4BD27C. Grayscale: #5E5E5E. Windows color (decimal): -4969085 or 8596916. OLE color: 8596916.
HSL color Cylindrical-coordinate representation of color #B42D83: hue angle of 321.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D83 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 131 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.29 |
| HSL | 321.78º | 0.6% | 0.44% | - |
| HSV(B) | 321.78º | 0.75% | 0.71% | - |
| XYZ | 23.86 | 13.22 | 22.77 | - |
| YUV | 95.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 131 | 0 | 0.75 | 0.27 | 0.29 | 321.78 | 0.6 | 0.44 |
| Hex | B4 | 2D | 83 | 0 | 4B | 1B | 1D | 142 | 3C | 2C |
| Octal | 264 | 55 | 203 | 0 | 113 | 33 | 35 | 502 | 74 | 54 |
| Binary | 10110100 | 101101 | 10000011 | 0 | 1001011 | 11011 | 11101 | 101000010 | 111100 | 101100 |
Color Harmonies of #B42D83
Complementary color
Monochromatic Colors of #B42D83
Black with #B42D83
Text Example
Text Example
White with #B42D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D83; }
p { color: rgb(180,45,131); }
H1.HeaderClassName
{
color: #B42D83;
}
.AnyTagClassName
{
color: #B42D83;
}
</style>
background-color css
<style>
a { background-color: #B42D83; }
a { background-color: rgb(180,45,131); }
div.DivClassName
{
background-color: #B42D83;
}
.BgClassName
{
background-color: #B42D83;
}
</style>
border-color css
<style>
span { border-color: #B42D83; }
span { border-color: rgb(180,45,131); }
td.TdClassName
{
border-color: #B42D83;
}
.TagClassName
{
border-color: #B42D83;
}
</style>