Shades of Medium Violet Red #B4028C
Tints of Medium Violet Red #B4028C
RGB
CMYK
RGB Variations
Color information
#B4028C (or 0xB4028C) is known color: Medium Violet Red. HEX triplet: B4, 02 and 8C. RGB value is (180,2,140). Sum of RGB (Red+Green+Blue) = 180+2+140=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4028C is #4BFD73. Grayscale: #464646. Windows color (decimal): -4980084 or 9175732. OLE color: 9175732.
HSL color Cylindrical-coordinate representation of color #B4028C: hue angle of 313.48º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4028C is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.29 |
| HSL | 313.48º | 0.98% | 0.36% | - |
| HSV(B) | 313.48º | 0.99% | 0.71% | - |
| XYZ | 23.58 | 11.64 | 25.82 | - |
| YUV | 70.95 | 166.97 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 140 | 0 | 0.99 | 0.22 | 0.29 | 313.48 | 0.98 | 0.36 |
| Hex | B4 | 2 | 8C | 0 | 63 | 16 | 1D | 139 | 62 | 24 |
| Octal | 264 | 2 | 214 | 0 | 143 | 26 | 35 | 471 | 142 | 44 |
| Binary | 10110100 | 10 | 10001100 | 0 | 1100011 | 10110 | 11101 | 100111001 | 1100010 | 100100 |
Color Harmonies of #B4028C
Complementary color
Monochromatic Colors of #B4028C
Black with #B4028C
Text Example
Text Example
White with #B4028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4028C; }
p { color: rgb(180,2,140); }
H1.HeaderClassName
{
color: #B4028C;
}
.AnyTagClassName
{
color: #B4028C;
}
</style>
background-color css
<style>
a { background-color: #B4028C; }
a { background-color: rgb(180,2,140); }
div.DivClassName
{
background-color: #B4028C;
}
.BgClassName
{
background-color: #B4028C;
}
</style>
border-color css
<style>
span { border-color: #B4028C; }
span { border-color: rgb(180,2,140); }
td.TdClassName
{
border-color: #B4028C;
}
.TagClassName
{
border-color: #B4028C;
}
</style>