Shades of Medium Red Violet #B4248C
Tints of Medium Red Violet #B4248C
RGB
CMYK
RGB Variations
Color information
#B4248C (or 0xB4248C) is known color: Medium Red Violet. HEX triplet: B4, 24 and 8C. RGB value is (180,36,140). Sum of RGB (Red+Green+Blue) = 180+36+140=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4248C is #4BDB73. Grayscale: #5A5A5A. Windows color (decimal): -4971380 or 9184436. OLE color: 9184436.
HSL color Cylindrical-coordinate representation of color #B4248C: hue angle of 316.67º 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 #B4248C is Cyan = 0, Magento = 0.8, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 140 | - |
| CMYK | 0 | 0.8 | 0.22 | 0.29 |
| HSL | 316.67º | 0.67% | 0.42% | - |
| HSV(B) | 316.67º | 0.8% | 0.71% | - |
| XYZ | 24.19 | 12.86 | 26.02 | - |
| YUV | 90.91 | 155.71 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 140 | 0 | 0.8 | 0.22 | 0.29 | 316.67 | 0.67 | 0.42 |
| Hex | B4 | 24 | 8C | 0 | 50 | 16 | 1D | 13D | 43 | 2A |
| Octal | 264 | 44 | 214 | 0 | 120 | 26 | 35 | 475 | 103 | 52 |
| Binary | 10110100 | 100100 | 10001100 | 0 | 1010000 | 10110 | 11101 | 100111101 | 1000011 | 101010 |
Color Harmonies of #B4248C
Complementary color
Monochromatic Colors of #B4248C
Black with #B4248C
Text Example
Text Example
White with #B4248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4248C; }
p { color: rgb(180,36,140); }
H1.HeaderClassName
{
color: #B4248C;
}
.AnyTagClassName
{
color: #B4248C;
}
</style>
background-color css
<style>
a { background-color: #B4248C; }
a { background-color: rgb(180,36,140); }
div.DivClassName
{
background-color: #B4248C;
}
.BgClassName
{
background-color: #B4248C;
}
</style>
border-color css
<style>
span { border-color: #B4248C; }
span { border-color: rgb(180,36,140); }
td.TdClassName
{
border-color: #B4248C;
}
.TagClassName
{
border-color: #B4248C;
}
</style>