Shades of Medium Red Violet #B2239C
Tints of Medium Red Violet #B2239C
RGB
CMYK
RGB Variations
Color information
#B2239C (or 0xB2239C) is known color: Medium Red Violet. HEX triplet: B2, 23 and 9C. RGB value is (178,35,156). Sum of RGB (Red+Green+Blue) = 178+35+156=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2239C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2239C is #4DDC63. Grayscale: #5B5B5B. Windows color (decimal): -5102692 or 10232754. OLE color: 10232754.
HSL color Cylindrical-coordinate representation of color #B2239C: hue angle of 309.23º 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 #B2239C is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 156 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.30 |
| HSL | 309.23º | 0.67% | 0.42% | - |
| HSV(B) | 309.23º | 0.8% | 0.7% | - |
| XYZ | 24.96 | 13.07 | 32.66 | - |
| YUV | 91.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 156 | 0 | 0.80 | 0.12 | 0.30 | 309.23 | 0.67 | 0.42 |
| Hex | B2 | 23 | 9C | 0 | 50 | C | 1E | 135 | 43 | 2A |
| Octal | 262 | 43 | 234 | 0 | 120 | 14 | 36 | 465 | 103 | 52 |
| Binary | 10110010 | 100011 | 10011100 | 0 | 1010000 | 1100 | 11110 | 100110101 | 1000011 | 101010 |
Color Harmonies of #B2239C
Complementary color
Monochromatic Colors of #B2239C
Black with #B2239C
Text Example
Text Example
White with #B2239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2239C; }
p { color: rgb(178,35,156); }
H1.HeaderClassName
{
color: #B2239C;
}
.AnyTagClassName
{
color: #B2239C;
}
</style>
background-color css
<style>
a { background-color: #B2239C; }
a { background-color: rgb(178,35,156); }
div.DivClassName
{
background-color: #B2239C;
}
.BgClassName
{
background-color: #B2239C;
}
</style>
border-color css
<style>
span { border-color: #B2239C; }
span { border-color: rgb(178,35,156); }
td.TdClassName
{
border-color: #B2239C;
}
.TagClassName
{
border-color: #B2239C;
}
</style>