Shades of Medium Red Violet #B228A9
Tints of Medium Red Violet #B228A9
RGB
CMYK
RGB Variations
Color information
#B228A9 (or 0xB228A9) is known color: Medium Red Violet. HEX triplet: B2, 28 and A9. RGB value is (178,40,169). Sum of RGB (Red+Green+Blue) = 178+40+169=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B228A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B228A9 is #4DD756. Grayscale: #5F5F5F. Windows color (decimal): -5101399 or 11086002. OLE color: 11086002.
HSL color Cylindrical-coordinate representation of color #B228A9: hue angle of 303.91º 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 #B228A9 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 40 | 169 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.30 |
| HSL | 303.91º | 0.63% | 0.43% | - |
| HSV(B) | 303.91º | 0.78% | 0.7% | - |
| XYZ | 26.28 | 13.85 | 38.82 | - |
| YUV | 95.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 169 | 0 | 0.78 | 0.05 | 0.30 | 303.91 | 0.63 | 0.43 |
| Hex | B2 | 28 | A9 | 0 | 4E | 5 | 1E | 130 | 3F | 2B |
| Octal | 262 | 50 | 251 | 0 | 116 | 5 | 36 | 460 | 77 | 53 |
| Binary | 10110010 | 101000 | 10101001 | 0 | 1001110 | 101 | 11110 | 100110000 | 111111 | 101011 |
Color Harmonies of #B228A9
Complementary color
Monochromatic Colors of #B228A9
Black with #B228A9
Text Example
Text Example
White with #B228A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B228A9; }
p { color: rgb(178,40,169); }
H1.HeaderClassName
{
color: #B228A9;
}
.AnyTagClassName
{
color: #B228A9;
}
</style>
background-color css
<style>
a { background-color: #B228A9; }
a { background-color: rgb(178,40,169); }
div.DivClassName
{
background-color: #B228A9;
}
.BgClassName
{
background-color: #B228A9;
}
</style>
border-color css
<style>
span { border-color: #B228A9; }
span { border-color: rgb(178,40,169); }
td.TdClassName
{
border-color: #B228A9;
}
.TagClassName
{
border-color: #B228A9;
}
</style>