Shades of Medium Red Violet #B2236F
Tints of Medium Red Violet #B2236F
RGB
CMYK
RGB Variations
Color information
#B2236F (or 0xB2236F) is known color: Medium Red Violet. HEX triplet: B2, 23 and 6F. RGB value is (178,35,111). Sum of RGB (Red+Green+Blue) = 178+35+111=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2236F is #4DDC90. Grayscale: #565656. Windows color (decimal): -5102737 or 7283634. OLE color: 7283634.
HSL color Cylindrical-coordinate representation of color #B2236F: hue angle of 328.11º 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 #B2236F is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 111 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.30 |
| HSL | 328.11º | 0.67% | 0.42% | - |
| HSV(B) | 328.11º | 0.8% | 0.7% | - |
| XYZ | 21.83 | 11.81 | 16.17 | - |
| YUV | 86.42 | 141.88 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 111 | 0 | 0.80 | 0.38 | 0.30 | 328.11 | 0.67 | 0.42 |
| Hex | B2 | 23 | 6F | 0 | 50 | 26 | 1E | 148 | 43 | 2A |
| Octal | 262 | 43 | 157 | 0 | 120 | 46 | 36 | 510 | 103 | 52 |
| Binary | 10110010 | 100011 | 1101111 | 0 | 1010000 | 100110 | 11110 | 101001000 | 1000011 | 101010 |
Color Harmonies of #B2236F
Complementary color
Monochromatic Colors of #B2236F
Black with #B2236F
Text Example
Text Example
White with #B2236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2236F; }
p { color: rgb(178,35,111); }
H1.HeaderClassName
{
color: #B2236F;
}
.AnyTagClassName
{
color: #B2236F;
}
</style>
background-color css
<style>
a { background-color: #B2236F; }
a { background-color: rgb(178,35,111); }
div.DivClassName
{
background-color: #B2236F;
}
.BgClassName
{
background-color: #B2236F;
}
</style>
border-color css
<style>
span { border-color: #B2236F; }
span { border-color: rgb(178,35,111); }
td.TdClassName
{
border-color: #B2236F;
}
.TagClassName
{
border-color: #B2236F;
}
</style>