Shades of Medium Red Violet #B4297B
Tints of Medium Red Violet #B4297B
RGB
CMYK
RGB Variations
Color information
#B4297B (or 0xB4297B) is known color: Medium Red Violet. HEX triplet: B4, 29 and 7B. RGB value is (180,41,123). Sum of RGB (Red+Green+Blue) = 180+41+123=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4297B is #4BD684. Grayscale: #5B5B5B. Windows color (decimal): -4970117 or 8071604. OLE color: 8071604.
HSL color Cylindrical-coordinate representation of color #B4297B: hue angle of 324.6º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4297B is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 123 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.29 |
| HSL | 324.6º | 0.63% | 0.43% | - |
| HSV(B) | 324.6º | 0.77% | 0.71% | - |
| XYZ | 23.19 | 12.72 | 19.97 | - |
| YUV | 91.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 123 | 0 | 0.77 | 0.32 | 0.29 | 324.6 | 0.63 | 0.43 |
| Hex | B4 | 29 | 7B | 0 | 4D | 20 | 1D | 145 | 3F | 2B |
| Octal | 264 | 51 | 173 | 0 | 115 | 40 | 35 | 505 | 77 | 53 |
| Binary | 10110100 | 101001 | 1111011 | 0 | 1001101 | 100000 | 11101 | 101000101 | 111111 | 101011 |
Color Harmonies of #B4297B
Complementary color
Monochromatic Colors of #B4297B
Black with #B4297B
Text Example
Text Example
White with #B4297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4297B; }
p { color: rgb(180,41,123); }
H1.HeaderClassName
{
color: #B4297B;
}
.AnyTagClassName
{
color: #B4297B;
}
</style>
background-color css
<style>
a { background-color: #B4297B; }
a { background-color: rgb(180,41,123); }
div.DivClassName
{
background-color: #B4297B;
}
.BgClassName
{
background-color: #B4297B;
}
</style>
border-color css
<style>
span { border-color: #B4297B; }
span { border-color: rgb(180,41,123); }
td.TdClassName
{
border-color: #B4297B;
}
.TagClassName
{
border-color: #B4297B;
}
</style>