Shades of Medium Red Violet #B227AB
Tints of Medium Red Violet #B227AB
RGB
CMYK
RGB Variations
Color information
#B227AB (or 0xB227AB) is known color: Medium Red Violet. HEX triplet: B2, 27 and AB. RGB value is (178,39,171). Sum of RGB (Red+Green+Blue) = 178+39+171=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B227AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B227AB is #4DD854. Grayscale: #5F5F5F. Windows color (decimal): -5101653 or 11216818. OLE color: 11216818.
HSL color Cylindrical-coordinate representation of color #B227AB: hue angle of 303.02º degrees, saturation: 0.64, 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 #B227AB is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 39 | 171 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.30 |
| HSL | 303.02º | 0.64% | 0.43% | - |
| HSV(B) | 303.02º | 0.78% | 0.7% | - |
| XYZ | 26.44 | 13.86 | 39.81 | - |
| YUV | 95.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 171 | 0 | 0.78 | 0.04 | 0.30 | 303.02 | 0.64 | 0.43 |
| Hex | B2 | 27 | AB | 0 | 4E | 4 | 1E | 12F | 40 | 2B |
| Octal | 262 | 47 | 253 | 0 | 116 | 4 | 36 | 457 | 100 | 53 |
| Binary | 10110010 | 100111 | 10101011 | 0 | 1001110 | 100 | 11110 | 100101111 | 1000000 | 101011 |
Color Harmonies of #B227AB
Complementary color
Monochromatic Colors of #B227AB
Black with #B227AB
Text Example
Text Example
White with #B227AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227AB; }
p { color: rgb(178,39,171); }
H1.HeaderClassName
{
color: #B227AB;
}
.AnyTagClassName
{
color: #B227AB;
}
</style>
background-color css
<style>
a { background-color: #B227AB; }
a { background-color: rgb(178,39,171); }
div.DivClassName
{
background-color: #B227AB;
}
.BgClassName
{
background-color: #B227AB;
}
</style>
border-color css
<style>
span { border-color: #B227AB; }
span { border-color: rgb(178,39,171); }
td.TdClassName
{
border-color: #B227AB;
}
.TagClassName
{
border-color: #B227AB;
}
</style>