Shades of Medium Red Violet #B22C8C
Tints of Medium Red Violet #B22C8C
RGB
CMYK
RGB Variations
Color information
#B22C8C (or 0xB22C8C) is known color: Medium Red Violet. HEX triplet: B2, 2C and 8C. RGB value is (178,44,140). Sum of RGB (Red+Green+Blue) = 178+44+140=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22C8C is #4DD373. Grayscale: #5E5E5E. Windows color (decimal): -5100404 or 9186482. OLE color: 9186482.
HSL color Cylindrical-coordinate representation of color #B22C8C: hue angle of 317.01º 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 #B22C8C is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 44 | 140 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.30 |
| HSL | 317.01º | 0.6% | 0.44% | - |
| HSV(B) | 317.01º | 0.75% | 0.7% | - |
| XYZ | 23.99 | 13.16 | 26.09 | - |
| YUV | 95.01 | 153.39 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 44 | 140 | 0 | 0.75 | 0.21 | 0.30 | 317.01 | 0.6 | 0.44 |
| Hex | B2 | 2C | 8C | 0 | 4B | 15 | 1E | 13D | 3C | 2C |
| Octal | 262 | 54 | 214 | 0 | 113 | 25 | 36 | 475 | 74 | 54 |
| Binary | 10110010 | 101100 | 10001100 | 0 | 1001011 | 10101 | 11110 | 100111101 | 111100 | 101100 |
Color Harmonies of #B22C8C
Complementary color
Monochromatic Colors of #B22C8C
Black with #B22C8C
Text Example
Text Example
White with #B22C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22C8C; }
p { color: rgb(178,44,140); }
H1.HeaderClassName
{
color: #B22C8C;
}
.AnyTagClassName
{
color: #B22C8C;
}
</style>
background-color css
<style>
a { background-color: #B22C8C; }
a { background-color: rgb(178,44,140); }
div.DivClassName
{
background-color: #B22C8C;
}
.BgClassName
{
background-color: #B22C8C;
}
</style>
border-color css
<style>
span { border-color: #B22C8C; }
span { border-color: rgb(178,44,140); }
td.TdClassName
{
border-color: #B22C8C;
}
.TagClassName
{
border-color: #B22C8C;
}
</style>