Shades of Medium Red Violet #B4288D
Tints of Medium Red Violet #B4288D
RGB
CMYK
RGB Variations
Color information
#B4288D (or 0xB4288D) is known color: Medium Red Violet. HEX triplet: B4, 28 and 8D. RGB value is (180,40,141). Sum of RGB (Red+Green+Blue) = 180+40+141=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4288D is #4BD772. Grayscale: #5D5D5D. Windows color (decimal): -4970355 or 9250996. OLE color: 9250996.
HSL color Cylindrical-coordinate representation of color #B4288D: hue angle of 316.71º 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 #B4288D is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 141 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.29 |
| HSL | 316.71º | 0.64% | 0.43% | - |
| HSV(B) | 316.71º | 0.78% | 0.71% | - |
| XYZ | 24.39 | 13.14 | 26.45 | - |
| YUV | 93.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 141 | 0 | 0.78 | 0.22 | 0.29 | 316.71 | 0.64 | 0.43 |
| Hex | B4 | 28 | 8D | 0 | 4E | 16 | 1D | 13D | 40 | 2B |
| Octal | 264 | 50 | 215 | 0 | 116 | 26 | 35 | 475 | 100 | 53 |
| Binary | 10110100 | 101000 | 10001101 | 0 | 1001110 | 10110 | 11101 | 100111101 | 1000000 | 101011 |
Color Harmonies of #B4288D
Complementary color
Monochromatic Colors of #B4288D
Black with #B4288D
Text Example
Text Example
White with #B4288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4288D; }
p { color: rgb(180,40,141); }
H1.HeaderClassName
{
color: #B4288D;
}
.AnyTagClassName
{
color: #B4288D;
}
</style>
background-color css
<style>
a { background-color: #B4288D; }
a { background-color: rgb(180,40,141); }
div.DivClassName
{
background-color: #B4288D;
}
.BgClassName
{
background-color: #B4288D;
}
</style>
border-color css
<style>
span { border-color: #B4288D; }
span { border-color: rgb(180,40,141); }
td.TdClassName
{
border-color: #B4288D;
}
.TagClassName
{
border-color: #B4288D;
}
</style>