Shades of Medium Red Violet #B228A6
Tints of Medium Red Violet #B228A6
RGB
CMYK
RGB Variations
Color information
#B228A6 (or 0xB228A6) is known color: Medium Red Violet. HEX triplet: B2, 28 and A6. RGB value is (178,40,166). Sum of RGB (Red+Green+Blue) = 178+40+166=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B228A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B228A6 is #4DD759. Grayscale: #5F5F5F. Windows color (decimal): -5101402 or 10889394. OLE color: 10889394.
HSL color Cylindrical-coordinate representation of color #B228A6: hue angle of 305.22º 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 #B228A6 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 40 | 166 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.30 |
| HSL | 305.22º | 0.63% | 0.43% | - |
| HSV(B) | 305.22º | 0.78% | 0.7% | - |
| XYZ | 26 | 13.74 | 37.36 | - |
| YUV | 95.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 166 | 0 | 0.78 | 0.07 | 0.30 | 305.22 | 0.63 | 0.43 |
| Hex | B2 | 28 | A6 | 0 | 4E | 7 | 1E | 131 | 3F | 2B |
| Octal | 262 | 50 | 246 | 0 | 116 | 7 | 36 | 461 | 77 | 53 |
| Binary | 10110010 | 101000 | 10100110 | 0 | 1001110 | 111 | 11110 | 100110001 | 111111 | 101011 |
Color Harmonies of #B228A6
Complementary color
Monochromatic Colors of #B228A6
Black with #B228A6
Text Example
Text Example
White with #B228A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B228A6; }
p { color: rgb(178,40,166); }
H1.HeaderClassName
{
color: #B228A6;
}
.AnyTagClassName
{
color: #B228A6;
}
</style>
background-color css
<style>
a { background-color: #B228A6; }
a { background-color: rgb(178,40,166); }
div.DivClassName
{
background-color: #B228A6;
}
.BgClassName
{
background-color: #B228A6;
}
</style>
border-color css
<style>
span { border-color: #B228A6; }
span { border-color: rgb(178,40,166); }
td.TdClassName
{
border-color: #B228A6;
}
.TagClassName
{
border-color: #B228A6;
}
</style>