Shades of Medium Red Violet #B228A8
Tints of Medium Red Violet #B228A8
RGB
CMYK
RGB Variations
Color information
#B228A8 (or 0xB228A8) is known color: Medium Red Violet. HEX triplet: B2, 28 and A8. RGB value is (178,40,168). Sum of RGB (Red+Green+Blue) = 178+40+168=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B228A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B228A8 is #4DD757. Grayscale: #5F5F5F. Windows color (decimal): -5101400 or 11020466. OLE color: 11020466.
HSL color Cylindrical-coordinate representation of color #B228A8: hue angle of 304.35º 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 #B228A8 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 40 | 168 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.30 |
| HSL | 304.35º | 0.63% | 0.43% | - |
| HSV(B) | 304.35º | 0.78% | 0.7% | - |
| XYZ | 26.19 | 13.81 | 38.33 | - |
| YUV | 95.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 168 | 0 | 0.78 | 0.06 | 0.30 | 304.35 | 0.63 | 0.43 |
| Hex | B2 | 28 | A8 | 0 | 4E | 6 | 1E | 130 | 3F | 2B |
| Octal | 262 | 50 | 250 | 0 | 116 | 6 | 36 | 460 | 77 | 53 |
| Binary | 10110010 | 101000 | 10101000 | 0 | 1001110 | 110 | 11110 | 100110000 | 111111 | 101011 |
Color Harmonies of #B228A8
Complementary color
Monochromatic Colors of #B228A8
Black with #B228A8
Text Example
Text Example
White with #B228A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B228A8; }
p { color: rgb(178,40,168); }
H1.HeaderClassName
{
color: #B228A8;
}
.AnyTagClassName
{
color: #B228A8;
}
</style>
background-color css
<style>
a { background-color: #B228A8; }
a { background-color: rgb(178,40,168); }
div.DivClassName
{
background-color: #B228A8;
}
.BgClassName
{
background-color: #B228A8;
}
</style>
border-color css
<style>
span { border-color: #B228A8; }
span { border-color: rgb(178,40,168); }
td.TdClassName
{
border-color: #B228A8;
}
.TagClassName
{
border-color: #B228A8;
}
</style>