Shades of Medium Red Violet #B4367C
Tints of Medium Red Violet #B4367C
RGB
CMYK
RGB Variations
Color information
#B4367C (or 0xB4367C) is known color: Medium Red Violet. HEX triplet: B4, 36 and 7C. RGB value is (180,54,124). Sum of RGB (Red+Green+Blue) = 180+54+124=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4367C is #4BC983. Grayscale: #636363. Windows color (decimal): -4966788 or 8140468. OLE color: 8140468.
HSL color Cylindrical-coordinate representation of color #B4367C: hue angle of 326.67º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4367C is Cyan = 0, Magento = 0.7, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 54 | 124 | - |
| CMYK | 0 | 0.7 | 0.31 | 0.29 |
| HSL | 326.67º | 0.54% | 0.46% | - |
| HSV(B) | 326.67º | 0.7% | 0.71% | - |
| XYZ | 23.78 | 13.8 | 20.48 | - |
| YUV | 99.65 | 141.74 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 124 | 0 | 0.7 | 0.31 | 0.29 | 326.67 | 0.54 | 0.46 |
| Hex | B4 | 36 | 7C | 0 | 46 | 1F | 1D | 147 | 36 | 2E |
| Octal | 264 | 66 | 174 | 0 | 106 | 37 | 35 | 507 | 66 | 56 |
| Binary | 10110100 | 110110 | 1111100 | 0 | 1000110 | 11111 | 11101 | 101000111 | 110110 | 101110 |
Color Harmonies of #B4367C
Complementary color
Monochromatic Colors of #B4367C
Black with #B4367C
Text Example
Text Example
White with #B4367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4367C; }
p { color: rgb(180,54,124); }
H1.HeaderClassName
{
color: #B4367C;
}
.AnyTagClassName
{
color: #B4367C;
}
</style>
background-color css
<style>
a { background-color: #B4367C; }
a { background-color: rgb(180,54,124); }
div.DivClassName
{
background-color: #B4367C;
}
.BgClassName
{
background-color: #B4367C;
}
</style>
border-color css
<style>
span { border-color: #B4367C; }
span { border-color: rgb(180,54,124); }
td.TdClassName
{
border-color: #B4367C;
}
.TagClassName
{
border-color: #B4367C;
}
</style>