Shades of Medium Red Violet #B2219F
Tints of Medium Red Violet #B2219F
RGB
CMYK
RGB Variations
Color information
#B2219F (or 0xB2219F) is known color: Medium Red Violet. HEX triplet: B2, 21 and 9F. RGB value is (178,33,159). Sum of RGB (Red+Green+Blue) = 178+33+159=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2219F is #4DDE60. Grayscale: #5A5A5A. Windows color (decimal): -5103201 or 10428850. OLE color: 10428850.
HSL color Cylindrical-coordinate representation of color #B2219F: hue angle of 307.86º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2219F is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 33 | 159 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.30 |
| HSL | 307.86º | 0.69% | 0.41% | - |
| HSV(B) | 307.86º | 0.81% | 0.7% | - |
| XYZ | 25.16 | 13.06 | 33.99 | - |
| YUV | 90.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 159 | 0 | 0.81 | 0.11 | 0.30 | 307.86 | 0.69 | 0.41 |
| Hex | B2 | 21 | 9F | 0 | 51 | B | 1E | 134 | 45 | 29 |
| Octal | 262 | 41 | 237 | 0 | 121 | 13 | 36 | 464 | 105 | 51 |
| Binary | 10110010 | 100001 | 10011111 | 0 | 1010001 | 1011 | 11110 | 100110100 | 1000101 | 101001 |
Color Harmonies of #B2219F
Complementary color
Monochromatic Colors of #B2219F
Black with #B2219F
Text Example
Text Example
White with #B2219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2219F; }
p { color: rgb(178,33,159); }
H1.HeaderClassName
{
color: #B2219F;
}
.AnyTagClassName
{
color: #B2219F;
}
</style>
background-color css
<style>
a { background-color: #B2219F; }
a { background-color: rgb(178,33,159); }
div.DivClassName
{
background-color: #B2219F;
}
.BgClassName
{
background-color: #B2219F;
}
</style>
border-color css
<style>
span { border-color: #B2219F; }
span { border-color: rgb(178,33,159); }
td.TdClassName
{
border-color: #B2219F;
}
.TagClassName
{
border-color: #B2219F;
}
</style>