Shades of Medium Red Violet #B22C9C
Tints of Medium Red Violet #B22C9C
RGB
CMYK
RGB Variations
Color information
#B22C9C (or 0xB22C9C) is known color: Medium Red Violet. HEX triplet: B2, 2C and 9C. RGB value is (178,44,156). Sum of RGB (Red+Green+Blue) = 178+44+156=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22C9C is #4DD363. Grayscale: #606060. Windows color (decimal): -5100388 or 10235058. OLE color: 10235058.
HSL color Cylindrical-coordinate representation of color #B22C9C: hue angle of 309.85º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22C9C is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 44 | 156 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.30 |
| HSL | 309.85º | 0.6% | 0.44% | - |
| HSV(B) | 309.85º | 0.75% | 0.7% | - |
| XYZ | 25.26 | 13.67 | 32.76 | - |
| YUV | 96.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 44 | 156 | 0 | 0.75 | 0.12 | 0.30 | 309.85 | 0.6 | 0.44 |
| Hex | B2 | 2C | 9C | 0 | 4B | C | 1E | 136 | 3C | 2C |
| Octal | 262 | 54 | 234 | 0 | 113 | 14 | 36 | 466 | 74 | 54 |
| Binary | 10110010 | 101100 | 10011100 | 0 | 1001011 | 1100 | 11110 | 100110110 | 111100 | 101100 |
Color Harmonies of #B22C9C
Complementary color
Monochromatic Colors of #B22C9C
Black with #B22C9C
Text Example
Text Example
White with #B22C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22C9C; }
p { color: rgb(178,44,156); }
H1.HeaderClassName
{
color: #B22C9C;
}
.AnyTagClassName
{
color: #B22C9C;
}
</style>
background-color css
<style>
a { background-color: #B22C9C; }
a { background-color: rgb(178,44,156); }
div.DivClassName
{
background-color: #B22C9C;
}
.BgClassName
{
background-color: #B22C9C;
}
</style>
border-color css
<style>
span { border-color: #B22C9C; }
span { border-color: rgb(178,44,156); }
td.TdClassName
{
border-color: #B22C9C;
}
.TagClassName
{
border-color: #B22C9C;
}
</style>