Shades of Medium Red Violet #B428A0
Tints of Medium Red Violet #B428A0
RGB
CMYK
RGB Variations
Color information
#B428A0 (or 0xB428A0) is known color: Medium Red Violet. HEX triplet: B4, 28 and A0. RGB value is (180,40,160). Sum of RGB (Red+Green+Blue) = 180+40+160=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B428A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B428A0 is #4BD75F. Grayscale: #5F5F5F. Windows color (decimal): -4970336 or 10496180. OLE color: 10496180.
HSL color Cylindrical-coordinate representation of color #B428A0: hue angle of 308.57º 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 #B428A0 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 160 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.29 |
| HSL | 308.57º | 0.64% | 0.43% | - |
| HSV(B) | 308.57º | 0.78% | 0.71% | - |
| XYZ | 25.93 | 13.76 | 34.55 | - |
| YUV | 95.54 | 164.38 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 160 | 0 | 0.78 | 0.11 | 0.29 | 308.57 | 0.64 | 0.43 |
| Hex | B4 | 28 | A0 | 0 | 4E | B | 1D | 135 | 40 | 2B |
| Octal | 264 | 50 | 240 | 0 | 116 | 13 | 35 | 465 | 100 | 53 |
| Binary | 10110100 | 101000 | 10100000 | 0 | 1001110 | 1011 | 11101 | 100110101 | 1000000 | 101011 |
Color Harmonies of #B428A0
Complementary color
Monochromatic Colors of #B428A0
Black with #B428A0
Text Example
Text Example
White with #B428A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B428A0; }
p { color: rgb(180,40,160); }
H1.HeaderClassName
{
color: #B428A0;
}
.AnyTagClassName
{
color: #B428A0;
}
</style>
background-color css
<style>
a { background-color: #B428A0; }
a { background-color: rgb(180,40,160); }
div.DivClassName
{
background-color: #B428A0;
}
.BgClassName
{
background-color: #B428A0;
}
</style>
border-color css
<style>
span { border-color: #B428A0; }
span { border-color: rgb(180,40,160); }
td.TdClassName
{
border-color: #B428A0;
}
.TagClassName
{
border-color: #B428A0;
}
</style>