Shades of Medium Violet Red #B4028D
Tints of Medium Violet Red #B4028D
RGB
CMYK
RGB Variations
Color information
#B4028D (or 0xB4028D) is known color: Medium Violet Red. HEX triplet: B4, 02 and 8D. RGB value is (180,2,141). Sum of RGB (Red+Green+Blue) = 180+2+141=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4028D is #4BFD72. Grayscale: #464646. Windows color (decimal): -4980083 or 9241268. OLE color: 9241268.
HSL color Cylindrical-coordinate representation of color #B4028D: hue angle of 313.15º 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 #B4028D is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.29 |
| HSL | 313.15º | 0.98% | 0.36% | - |
| HSV(B) | 313.15º | 0.99% | 0.71% | - |
| XYZ | 23.65 | 11.67 | 26.21 | - |
| YUV | 71.07 | 167.47 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 141 | 0 | 0.99 | 0.22 | 0.29 | 313.15 | 0.98 | 0.36 |
| Hex | B4 | 2 | 8D | 0 | 63 | 16 | 1D | 139 | 62 | 24 |
| Octal | 264 | 2 | 215 | 0 | 143 | 26 | 35 | 471 | 142 | 44 |
| Binary | 10110100 | 10 | 10001101 | 0 | 1100011 | 10110 | 11101 | 100111001 | 1100010 | 100100 |
Color Harmonies of #B4028D
Complementary color
Monochromatic Colors of #B4028D
Black with #B4028D
Text Example
Text Example
White with #B4028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4028D; }
p { color: rgb(180,2,141); }
H1.HeaderClassName
{
color: #B4028D;
}
.AnyTagClassName
{
color: #B4028D;
}
</style>
background-color css
<style>
a { background-color: #B4028D; }
a { background-color: rgb(180,2,141); }
div.DivClassName
{
background-color: #B4028D;
}
.BgClassName
{
background-color: #B4028D;
}
</style>
border-color css
<style>
span { border-color: #B4028D; }
span { border-color: rgb(180,2,141); }
td.TdClassName
{
border-color: #B4028D;
}
.TagClassName
{
border-color: #B4028D;
}
</style>