Shades of Medium Red Violet #B4248E
Tints of Medium Red Violet #B4248E
RGB
CMYK
RGB Variations
Color information
#B4248E (or 0xB4248E) is known color: Medium Red Violet. HEX triplet: B4, 24 and 8E. RGB value is (180,36,142). Sum of RGB (Red+Green+Blue) = 180+36+142=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4248E is #4BDB71. Grayscale: #5A5A5A. Windows color (decimal): -4971378 or 9315508. OLE color: 9315508.
HSL color Cylindrical-coordinate representation of color #B4248E: hue angle of 315.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4248E is Cyan = 0, Magento = 0.8, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 142 | - |
| CMYK | 0 | 0.8 | 0.21 | 0.29 |
| HSL | 315.83º | 0.67% | 0.42% | - |
| HSV(B) | 315.83º | 0.8% | 0.71% | - |
| XYZ | 24.34 | 12.92 | 26.8 | - |
| YUV | 91.14 | 156.71 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 142 | 0 | 0.8 | 0.21 | 0.29 | 315.83 | 0.67 | 0.42 |
| Hex | B4 | 24 | 8E | 0 | 50 | 15 | 1D | 13C | 43 | 2A |
| Octal | 264 | 44 | 216 | 0 | 120 | 25 | 35 | 474 | 103 | 52 |
| Binary | 10110100 | 100100 | 10001110 | 0 | 1010000 | 10101 | 11101 | 100111100 | 1000011 | 101010 |
Color Harmonies of #B4248E
Complementary color
Monochromatic Colors of #B4248E
Black with #B4248E
Text Example
Text Example
White with #B4248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4248E; }
p { color: rgb(180,36,142); }
H1.HeaderClassName
{
color: #B4248E;
}
.AnyTagClassName
{
color: #B4248E;
}
</style>
background-color css
<style>
a { background-color: #B4248E; }
a { background-color: rgb(180,36,142); }
div.DivClassName
{
background-color: #B4248E;
}
.BgClassName
{
background-color: #B4248E;
}
</style>
border-color css
<style>
span { border-color: #B4248E; }
span { border-color: rgb(180,36,142); }
td.TdClassName
{
border-color: #B4248E;
}
.TagClassName
{
border-color: #B4248E;
}
</style>