Shades of Medium Red Violet #B3237F
Tints of Medium Red Violet #B3237F
RGB
CMYK
RGB Variations
Color information
#B3237F (or 0xB3237F) is known color: Medium Red Violet. HEX triplet: B3, 23 and 7F. RGB value is (179,35,127). Sum of RGB (Red+Green+Blue) = 179+35+127=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3237F is #4CDC80. Grayscale: #585858. Windows color (decimal): -5037185 or 8332211. OLE color: 8332211.
HSL color Cylindrical-coordinate representation of color #B3237F: hue angle of 321.67º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3237F is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 127 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.30 |
| HSL | 321.67º | 0.67% | 0.42% | - |
| HSV(B) | 321.67º | 0.8% | 0.7% | - |
| XYZ | 23.02 | 12.32 | 21.24 | - |
| YUV | 88.54 | 149.71 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 127 | 0 | 0.80 | 0.29 | 0.30 | 321.67 | 0.67 | 0.42 |
| Hex | B3 | 23 | 7F | 0 | 50 | 1D | 1E | 142 | 43 | 2A |
| Octal | 263 | 43 | 177 | 0 | 120 | 35 | 36 | 502 | 103 | 52 |
| Binary | 10110011 | 100011 | 1111111 | 0 | 1010000 | 11101 | 11110 | 101000010 | 1000011 | 101010 |
Color Harmonies of #B3237F
Complementary color
Monochromatic Colors of #B3237F
Black with #B3237F
Text Example
Text Example
White with #B3237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3237F; }
p { color: rgb(179,35,127); }
H1.HeaderClassName
{
color: #B3237F;
}
.AnyTagClassName
{
color: #B3237F;
}
</style>
background-color css
<style>
a { background-color: #B3237F; }
a { background-color: rgb(179,35,127); }
div.DivClassName
{
background-color: #B3237F;
}
.BgClassName
{
background-color: #B3237F;
}
</style>
border-color css
<style>
span { border-color: #B3237F; }
span { border-color: rgb(179,35,127); }
td.TdClassName
{
border-color: #B3237F;
}
.TagClassName
{
border-color: #B3237F;
}
</style>