Shades of Medium Red Violet #B226AB
Tints of Medium Red Violet #B226AB
RGB
CMYK
RGB Variations
Color information
#B226AB (or 0xB226AB) is known color: Medium Red Violet. HEX triplet: B2, 26 and AB. RGB value is (178,38,171). Sum of RGB (Red+Green+Blue) = 178+38+171=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B226AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B226AB is #4DD954. Grayscale: #5E5E5E. Windows color (decimal): -5101909 or 11216562. OLE color: 11216562.
HSL color Cylindrical-coordinate representation of color #B226AB: hue angle of 303º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B226AB is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 38 | 171 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.30 |
| HSL | 303º | 0.65% | 0.42% | - |
| HSV(B) | 303º | 0.79% | 0.7% | - |
| XYZ | 26.4 | 13.79 | 39.8 | - |
| YUV | 95.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 38 | 171 | 0 | 0.79 | 0.04 | 0.30 | 303 | 0.65 | 0.42 |
| Hex | B2 | 26 | AB | 0 | 4F | 4 | 1E | 12F | 41 | 2A |
| Octal | 262 | 46 | 253 | 0 | 117 | 4 | 36 | 457 | 101 | 52 |
| Binary | 10110010 | 100110 | 10101011 | 0 | 1001111 | 100 | 11110 | 100101111 | 1000001 | 101010 |
Color Harmonies of #B226AB
Complementary color
Monochromatic Colors of #B226AB
Black with #B226AB
Text Example
Text Example
White with #B226AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B226AB; }
p { color: rgb(178,38,171); }
H1.HeaderClassName
{
color: #B226AB;
}
.AnyTagClassName
{
color: #B226AB;
}
</style>
background-color css
<style>
a { background-color: #B226AB; }
a { background-color: rgb(178,38,171); }
div.DivClassName
{
background-color: #B226AB;
}
.BgClassName
{
background-color: #B226AB;
}
</style>
border-color css
<style>
span { border-color: #B226AB; }
span { border-color: rgb(178,38,171); }
td.TdClassName
{
border-color: #B226AB;
}
.TagClassName
{
border-color: #B226AB;
}
</style>