Shades of Medium Red Violet #B2238D
Tints of Medium Red Violet #B2238D
RGB
CMYK
RGB Variations
Color information
#B2238D (or 0xB2238D) is known color: Medium Red Violet. HEX triplet: B2, 23 and 8D. RGB value is (178,35,141). Sum of RGB (Red+Green+Blue) = 178+35+141=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2238D is #4DDC72. Grayscale: #595959. Windows color (decimal): -5102707 or 9249714. OLE color: 9249714.
HSL color Cylindrical-coordinate representation of color #B2238D: hue angle of 315.52º 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 #B2238D is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 141 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.30 |
| HSL | 315.52º | 0.67% | 0.42% | - |
| HSV(B) | 315.52º | 0.8% | 0.7% | - |
| XYZ | 23.77 | 12.59 | 26.38 | - |
| YUV | 89.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 141 | 0 | 0.80 | 0.21 | 0.30 | 315.52 | 0.67 | 0.42 |
| Hex | B2 | 23 | 8D | 0 | 50 | 15 | 1E | 13C | 43 | 2A |
| Octal | 262 | 43 | 215 | 0 | 120 | 25 | 36 | 474 | 103 | 52 |
| Binary | 10110010 | 100011 | 10001101 | 0 | 1010000 | 10101 | 11110 | 100111100 | 1000011 | 101010 |
Color Harmonies of #B2238D
Complementary color
Monochromatic Colors of #B2238D
Black with #B2238D
Text Example
Text Example
White with #B2238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2238D; }
p { color: rgb(178,35,141); }
H1.HeaderClassName
{
color: #B2238D;
}
.AnyTagClassName
{
color: #B2238D;
}
</style>
background-color css
<style>
a { background-color: #B2238D; }
a { background-color: rgb(178,35,141); }
div.DivClassName
{
background-color: #B2238D;
}
.BgClassName
{
background-color: #B2238D;
}
</style>
border-color css
<style>
span { border-color: #B2238D; }
span { border-color: rgb(178,35,141); }
td.TdClassName
{
border-color: #B2238D;
}
.TagClassName
{
border-color: #B2238D;
}
</style>