Shades of Medium Red Violet #B2239E
Tints of Medium Red Violet #B2239E
RGB
CMYK
RGB Variations
Color information
#B2239E (or 0xB2239E) is known color: Medium Red Violet. HEX triplet: B2, 23 and 9E. RGB value is (178,35,158). Sum of RGB (Red+Green+Blue) = 178+35+158=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2239E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2239E is #4DDC61. Grayscale: #5B5B5B. Windows color (decimal): -5102690 or 10363826. OLE color: 10363826.
HSL color Cylindrical-coordinate representation of color #B2239E: hue angle of 308.39º 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 #B2239E is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 158 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.30 |
| HSL | 308.39º | 0.67% | 0.42% | - |
| HSV(B) | 308.39º | 0.8% | 0.7% | - |
| XYZ | 25.13 | 13.14 | 33.56 | - |
| YUV | 91.78 | 165.38 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 158 | 0 | 0.80 | 0.11 | 0.30 | 308.39 | 0.67 | 0.42 |
| Hex | B2 | 23 | 9E | 0 | 50 | B | 1E | 134 | 43 | 2A |
| Octal | 262 | 43 | 236 | 0 | 120 | 13 | 36 | 464 | 103 | 52 |
| Binary | 10110010 | 100011 | 10011110 | 0 | 1010000 | 1011 | 11110 | 100110100 | 1000011 | 101010 |
Color Harmonies of #B2239E
Complementary color
Monochromatic Colors of #B2239E
Black with #B2239E
Text Example
Text Example
White with #B2239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2239E; }
p { color: rgb(178,35,158); }
H1.HeaderClassName
{
color: #B2239E;
}
.AnyTagClassName
{
color: #B2239E;
}
</style>
background-color css
<style>
a { background-color: #B2239E; }
a { background-color: rgb(178,35,158); }
div.DivClassName
{
background-color: #B2239E;
}
.BgClassName
{
background-color: #B2239E;
}
</style>
border-color css
<style>
span { border-color: #B2239E; }
span { border-color: rgb(178,35,158); }
td.TdClassName
{
border-color: #B2239E;
}
.TagClassName
{
border-color: #B2239E;
}
</style>