Shades of Medium Red Violet #B2237B
Tints of Medium Red Violet #B2237B
RGB
CMYK
RGB Variations
Color information
#B2237B (or 0xB2237B) is known color: Medium Red Violet. HEX triplet: B2, 23 and 7B. RGB value is (178,35,123). Sum of RGB (Red+Green+Blue) = 178+35+123=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2237B is #4DDC84. Grayscale: #575757. Windows color (decimal): -5102725 or 8070066. OLE color: 8070066.
HSL color Cylindrical-coordinate representation of color #B2237B: hue angle of 323.08º 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 #B2237B is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 123 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.30 |
| HSL | 323.08º | 0.67% | 0.42% | - |
| HSV(B) | 323.08º | 0.8% | 0.7% | - |
| XYZ | 22.54 | 12.1 | 19.89 | - |
| YUV | 87.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 123 | 0 | 0.80 | 0.31 | 0.30 | 323.08 | 0.67 | 0.42 |
| Hex | B2 | 23 | 7B | 0 | 50 | 1F | 1E | 143 | 43 | 2A |
| Octal | 262 | 43 | 173 | 0 | 120 | 37 | 36 | 503 | 103 | 52 |
| Binary | 10110010 | 100011 | 1111011 | 0 | 1010000 | 11111 | 11110 | 101000011 | 1000011 | 101010 |
Color Harmonies of #B2237B
Complementary color
Monochromatic Colors of #B2237B
Black with #B2237B
Text Example
Text Example
White with #B2237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2237B; }
p { color: rgb(178,35,123); }
H1.HeaderClassName
{
color: #B2237B;
}
.AnyTagClassName
{
color: #B2237B;
}
</style>
background-color css
<style>
a { background-color: #B2237B; }
a { background-color: rgb(178,35,123); }
div.DivClassName
{
background-color: #B2237B;
}
.BgClassName
{
background-color: #B2237B;
}
</style>
border-color css
<style>
span { border-color: #B2237B; }
span { border-color: rgb(178,35,123); }
td.TdClassName
{
border-color: #B2237B;
}
.TagClassName
{
border-color: #B2237B;
}
</style>