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