Shades of Medium Red Violet #B22F8C
Tints of Medium Red Violet #B22F8C
RGB
CMYK
RGB Variations
Color information
#B22F8C (or 0xB22F8C) is known color: Medium Red Violet. HEX triplet: B2, 2F and 8C. RGB value is (178,47,140). Sum of RGB (Red+Green+Blue) = 178+47+140=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22F8C is #4DD073. Grayscale: #606060. Windows color (decimal): -5099636 or 9187250. OLE color: 9187250.
HSL color Cylindrical-coordinate representation of color #B22F8C: hue angle of 317.4º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22F8C is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 47 | 140 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.30 |
| HSL | 317.4º | 0.58% | 0.44% | - |
| HSV(B) | 317.4º | 0.74% | 0.7% | - |
| XYZ | 24.11 | 13.39 | 26.13 | - |
| YUV | 96.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 47 | 140 | 0 | 0.74 | 0.21 | 0.30 | 317.4 | 0.58 | 0.44 |
| Hex | B2 | 2F | 8C | 0 | 4A | 15 | 1E | 13D | 3A | 2C |
| Octal | 262 | 57 | 214 | 0 | 112 | 25 | 36 | 475 | 72 | 54 |
| Binary | 10110010 | 101111 | 10001100 | 0 | 1001010 | 10101 | 11110 | 100111101 | 111010 | 101100 |
Color Harmonies of #B22F8C
Complementary color
Monochromatic Colors of #B22F8C
Black with #B22F8C
Text Example
Text Example
White with #B22F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22F8C; }
p { color: rgb(178,47,140); }
H1.HeaderClassName
{
color: #B22F8C;
}
.AnyTagClassName
{
color: #B22F8C;
}
</style>
background-color css
<style>
a { background-color: #B22F8C; }
a { background-color: rgb(178,47,140); }
div.DivClassName
{
background-color: #B22F8C;
}
.BgClassName
{
background-color: #B22F8C;
}
</style>
border-color css
<style>
span { border-color: #B22F8C; }
span { border-color: rgb(178,47,140); }
td.TdClassName
{
border-color: #B22F8C;
}
.TagClassName
{
border-color: #B22F8C;
}
</style>