Shades of Medium Red Violet #B4237A
Tints of Medium Red Violet #B4237A
RGB
CMYK
RGB Variations
Color information
#B4237A (or 0xB4237A) is known color: Medium Red Violet. HEX triplet: B4, 23 and 7A. RGB value is (180,35,122). Sum of RGB (Red+Green+Blue) = 180+35+122=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B4237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4237A is #4BDC85. Grayscale: #585858. Windows color (decimal): -4971654 or 8004532. OLE color: 8004532.
HSL color Cylindrical-coordinate representation of color #B4237A: hue angle of 324º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4237A is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 122 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.29 |
| HSL | 324º | 0.67% | 0.42% | - |
| HSV(B) | 324º | 0.81% | 0.71% | - |
| XYZ | 22.94 | 12.31 | 19.58 | - |
| YUV | 88.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 122 | 0 | 0.81 | 0.32 | 0.29 | 324 | 0.67 | 0.42 |
| Hex | B4 | 23 | 7A | 0 | 51 | 20 | 1D | 144 | 43 | 2A |
| Octal | 264 | 43 | 172 | 0 | 121 | 40 | 35 | 504 | 103 | 52 |
| Binary | 10110100 | 100011 | 1111010 | 0 | 1010001 | 100000 | 11101 | 101000100 | 1000011 | 101010 |
Color Harmonies of #B4237A
Complementary color
Monochromatic Colors of #B4237A
Black with #B4237A
Text Example
Text Example
White with #B4237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4237A; }
p { color: rgb(180,35,122); }
H1.HeaderClassName
{
color: #B4237A;
}
.AnyTagClassName
{
color: #B4237A;
}
</style>
background-color css
<style>
a { background-color: #B4237A; }
a { background-color: rgb(180,35,122); }
div.DivClassName
{
background-color: #B4237A;
}
.BgClassName
{
background-color: #B4237A;
}
</style>
border-color css
<style>
span { border-color: #B4237A; }
span { border-color: rgb(180,35,122); }
td.TdClassName
{
border-color: #B4237A;
}
.TagClassName
{
border-color: #B4237A;
}
</style>