Shades of Medium Red Violet #B227A0
Tints of Medium Red Violet #B227A0
RGB
CMYK
RGB Variations
Color information
#B227A0 (or 0xB227A0) is known color: Medium Red Violet. HEX triplet: B2, 27 and A0. RGB value is (178,39,160). Sum of RGB (Red+Green+Blue) = 178+39+160=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B227A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B227A0 is #4DD85F. Grayscale: #5E5E5E. Windows color (decimal): -5101664 or 10495922. OLE color: 10495922.
HSL color Cylindrical-coordinate representation of color #B227A0: hue angle of 307.77º 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 #B227A0 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 39 | 160 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.30 |
| HSL | 307.77º | 0.64% | 0.43% | - |
| HSV(B) | 307.77º | 0.78% | 0.7% | - |
| XYZ | 25.43 | 13.45 | 34.51 | - |
| YUV | 94.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 160 | 0 | 0.78 | 0.10 | 0.30 | 307.77 | 0.64 | 0.43 |
| Hex | B2 | 27 | A0 | 0 | 4E | A | 1E | 134 | 40 | 2B |
| Octal | 262 | 47 | 240 | 0 | 116 | 12 | 36 | 464 | 100 | 53 |
| Binary | 10110010 | 100111 | 10100000 | 0 | 1001110 | 1010 | 11110 | 100110100 | 1000000 | 101011 |
Color Harmonies of #B227A0
Complementary color
Monochromatic Colors of #B227A0
Black with #B227A0
Text Example
Text Example
White with #B227A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227A0; }
p { color: rgb(178,39,160); }
H1.HeaderClassName
{
color: #B227A0;
}
.AnyTagClassName
{
color: #B227A0;
}
</style>
background-color css
<style>
a { background-color: #B227A0; }
a { background-color: rgb(178,39,160); }
div.DivClassName
{
background-color: #B227A0;
}
.BgClassName
{
background-color: #B227A0;
}
</style>
border-color css
<style>
span { border-color: #B227A0; }
span { border-color: rgb(178,39,160); }
td.TdClassName
{
border-color: #B227A0;
}
.TagClassName
{
border-color: #B227A0;
}
</style>