Shades of Medium Red Violet #B2289A
Tints of Medium Red Violet #B2289A
RGB
CMYK
RGB Variations
Color information
#B2289A (or 0xB2289A) is known color: Medium Red Violet. HEX triplet: B2, 28 and 9A. RGB value is (178,40,154). Sum of RGB (Red+Green+Blue) = 178+40+154=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2289A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2289A is #4DD765. Grayscale: #5D5D5D. Windows color (decimal): -5101414 or 10102962. OLE color: 10102962.
HSL color Cylindrical-coordinate representation of color #B2289A: hue angle of 310.43º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2289A is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 40 | 154 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.30 |
| HSL | 310.43º | 0.63% | 0.43% | - |
| HSV(B) | 310.43º | 0.78% | 0.7% | - |
| XYZ | 24.95 | 13.32 | 31.83 | - |
| YUV | 94.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 154 | 0 | 0.78 | 0.13 | 0.30 | 310.43 | 0.63 | 0.43 |
| Hex | B2 | 28 | 9A | 0 | 4E | D | 1E | 136 | 3F | 2B |
| Octal | 262 | 50 | 232 | 0 | 116 | 15 | 36 | 466 | 77 | 53 |
| Binary | 10110010 | 101000 | 10011010 | 0 | 1001110 | 1101 | 11110 | 100110110 | 111111 | 101011 |
Color Harmonies of #B2289A
Complementary color
Monochromatic Colors of #B2289A
Black with #B2289A
Text Example
Text Example
White with #B2289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2289A; }
p { color: rgb(178,40,154); }
H1.HeaderClassName
{
color: #B2289A;
}
.AnyTagClassName
{
color: #B2289A;
}
</style>
background-color css
<style>
a { background-color: #B2289A; }
a { background-color: rgb(178,40,154); }
div.DivClassName
{
background-color: #B2289A;
}
.BgClassName
{
background-color: #B2289A;
}
</style>
border-color css
<style>
span { border-color: #B2289A; }
span { border-color: rgb(178,40,154); }
td.TdClassName
{
border-color: #B2289A;
}
.TagClassName
{
border-color: #B2289A;
}
</style>