Shades of Medium Red Violet #B42787
Tints of Medium Red Violet #B42787
RGB
CMYK
RGB Variations
Color information
#B42787 (or 0xB42787) is known color: Medium Red Violet. HEX triplet: B4, 27 and 87. RGB value is (180,39,135). Sum of RGB (Red+Green+Blue) = 180+39+135=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B42787 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42787 is #4BD878. Grayscale: #5B5B5B. Windows color (decimal): -4970617 or 8857524. OLE color: 8857524.
HSL color Cylindrical-coordinate representation of color #B42787: hue angle of 319.15º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42787 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 135 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.29 |
| HSL | 319.15º | 0.64% | 0.43% | - |
| HSV(B) | 319.15º | 0.78% | 0.71% | - |
| XYZ | 23.92 | 12.9 | 24.15 | - |
| YUV | 92.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 135 | 0 | 0.78 | 0.25 | 0.29 | 319.15 | 0.64 | 0.43 |
| Hex | B4 | 27 | 87 | 0 | 4E | 19 | 1D | 13F | 40 | 2B |
| Octal | 264 | 47 | 207 | 0 | 116 | 31 | 35 | 477 | 100 | 53 |
| Binary | 10110100 | 100111 | 10000111 | 0 | 1001110 | 11001 | 11101 | 100111111 | 1000000 | 101011 |
Color Harmonies of #B42787
Complementary color
Monochromatic Colors of #B42787
Black with #B42787
Text Example
Text Example
White with #B42787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42787; }
p { color: rgb(180,39,135); }
H1.HeaderClassName
{
color: #B42787;
}
.AnyTagClassName
{
color: #B42787;
}
</style>
background-color css
<style>
a { background-color: #B42787; }
a { background-color: rgb(180,39,135); }
div.DivClassName
{
background-color: #B42787;
}
.BgClassName
{
background-color: #B42787;
}
</style>
border-color css
<style>
span { border-color: #B42787; }
span { border-color: rgb(180,39,135); }
td.TdClassName
{
border-color: #B42787;
}
.TagClassName
{
border-color: #B42787;
}
</style>