Shades of Medium Red Violet #B22F9A
Tints of Medium Red Violet #B22F9A
RGB
CMYK
RGB Variations
Color information
#B22F9A (or 0xB22F9A) is known color: Medium Red Violet. HEX triplet: B2, 2F and 9A. RGB value is (178,47,154). Sum of RGB (Red+Green+Blue) = 178+47+154=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22F9A is #4DD065. Grayscale: #626262. Windows color (decimal): -5099622 or 10104754. OLE color: 10104754.
HSL color Cylindrical-coordinate representation of color #B22F9A: hue angle of 310.99º 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 #B22F9A is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 47 | 154 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.30 |
| HSL | 310.99º | 0.58% | 0.44% | - |
| HSV(B) | 310.99º | 0.74% | 0.7% | - |
| XYZ | 25.21 | 13.83 | 31.91 | - |
| YUV | 98.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 47 | 154 | 0 | 0.74 | 0.13 | 0.30 | 310.99 | 0.58 | 0.44 |
| Hex | B2 | 2F | 9A | 0 | 4A | D | 1E | 137 | 3A | 2C |
| Octal | 262 | 57 | 232 | 0 | 112 | 15 | 36 | 467 | 72 | 54 |
| Binary | 10110010 | 101111 | 10011010 | 0 | 1001010 | 1101 | 11110 | 100110111 | 111010 | 101100 |
Color Harmonies of #B22F9A
Complementary color
Monochromatic Colors of #B22F9A
Black with #B22F9A
Text Example
Text Example
White with #B22F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22F9A; }
p { color: rgb(178,47,154); }
H1.HeaderClassName
{
color: #B22F9A;
}
.AnyTagClassName
{
color: #B22F9A;
}
</style>
background-color css
<style>
a { background-color: #B22F9A; }
a { background-color: rgb(178,47,154); }
div.DivClassName
{
background-color: #B22F9A;
}
.BgClassName
{
background-color: #B22F9A;
}
</style>
border-color css
<style>
span { border-color: #B22F9A; }
span { border-color: rgb(178,47,154); }
td.TdClassName
{
border-color: #B22F9A;
}
.TagClassName
{
border-color: #B22F9A;
}
</style>