Shades of Medium Violet Red #B4059A
Tints of Medium Violet Red #B4059A
RGB
CMYK
RGB Variations
Color information
#B4059A (or 0xB4059A) is known color: Medium Violet Red. HEX triplet: B4, 05 and 9A. RGB value is (180,5,154). Sum of RGB (Red+Green+Blue) = 180+5+154=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4059A is #4BFA65. Grayscale: #494949. Windows color (decimal): -4979302 or 10094004. OLE color: 10094004.
HSL color Cylindrical-coordinate representation of color #B4059A: hue angle of 308.91º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4059A is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 5 | 154 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.29 |
| HSL | 308.91º | 0.95% | 0.36% | - |
| HSV(B) | 308.91º | 0.97% | 0.71% | - |
| XYZ | 24.71 | 12.14 | 31.61 | - |
| YUV | 74.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 154 | 0 | 0.97 | 0.14 | 0.29 | 308.91 | 0.95 | 0.36 |
| Hex | B4 | 5 | 9A | 0 | 61 | E | 1D | 135 | 5F | 24 |
| Octal | 264 | 5 | 232 | 0 | 141 | 16 | 35 | 465 | 137 | 44 |
| Binary | 10110100 | 101 | 10011010 | 0 | 1100001 | 1110 | 11101 | 100110101 | 1011111 | 100100 |
Color Harmonies of #B4059A
Complementary color
Monochromatic Colors of #B4059A
Black with #B4059A
Text Example
Text Example
White with #B4059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4059A; }
p { color: rgb(180,5,154); }
H1.HeaderClassName
{
color: #B4059A;
}
.AnyTagClassName
{
color: #B4059A;
}
</style>
background-color css
<style>
a { background-color: #B4059A; }
a { background-color: rgb(180,5,154); }
div.DivClassName
{
background-color: #B4059A;
}
.BgClassName
{
background-color: #B4059A;
}
</style>
border-color css
<style>
span { border-color: #B4059A; }
span { border-color: rgb(180,5,154); }
td.TdClassName
{
border-color: #B4059A;
}
.TagClassName
{
border-color: #B4059A;
}
</style>