Shades of Medium Violet Red #B920A2
Tints of Medium Violet Red #B920A2
RGB
CMYK
RGB Variations
Color information
#B920A2 (or 0xB920A2) is known color: Medium Violet Red. HEX triplet: B9, 20 and A2. RGB value is (185,32,162). Sum of RGB (Red+Green+Blue) = 185+32+162=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B920A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B920A2 is #46DF5D. Grayscale: #5C5C5C. Windows color (decimal): -4644702 or 10625209. OLE color: 10625209.
HSL color Cylindrical-coordinate representation of color #B920A2: hue angle of 309.02º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B920A2 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 162 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.27 |
| HSL | 309.02º | 0.71% | 0.43% | - |
| HSV(B) | 309.02º | 0.83% | 0.73% | - |
| XYZ | 27.05 | 13.96 | 35.45 | - |
| YUV | 92.57 | 167.19 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 162 | 0 | 0.83 | 0.12 | 0.27 | 309.02 | 0.71 | 0.43 |
| Hex | B9 | 20 | A2 | 0 | 53 | C | 1B | 135 | 47 | 2B |
| Octal | 271 | 40 | 242 | 0 | 123 | 14 | 33 | 465 | 107 | 53 |
| Binary | 10111001 | 100000 | 10100010 | 0 | 1010011 | 1100 | 11011 | 100110101 | 1000111 | 101011 |
Color Harmonies of #B920A2
Complementary color
Monochromatic Colors of #B920A2
Black with #B920A2
Text Example
Text Example
White with #B920A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B920A2; }
p { color: rgb(185,32,162); }
H1.HeaderClassName
{
color: #B920A2;
}
.AnyTagClassName
{
color: #B920A2;
}
</style>
background-color css
<style>
a { background-color: #B920A2; }
a { background-color: rgb(185,32,162); }
div.DivClassName
{
background-color: #B920A2;
}
.BgClassName
{
background-color: #B920A2;
}
</style>
border-color css
<style>
span { border-color: #B920A2; }
span { border-color: rgb(185,32,162); }
td.TdClassName
{
border-color: #B920A2;
}
.TagClassName
{
border-color: #B920A2;
}
</style>