Shades of Medium Violet Red #B920A1
Tints of Medium Violet Red #B920A1
RGB
CMYK
RGB Variations
Color information
#B920A1 (or 0xB920A1) is known color: Medium Violet Red. HEX triplet: B9, 20 and A1. RGB value is (185,32,161). Sum of RGB (Red+Green+Blue) = 185+32+161=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B920A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B920A1 is #46DF5E. Grayscale: #5C5C5C. Windows color (decimal): -4644703 or 10559673. OLE color: 10559673.
HSL color Cylindrical-coordinate representation of color #B920A1: hue angle of 309.41º 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 #B920A1 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 161 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.27 |
| HSL | 309.41º | 0.71% | 0.43% | - |
| HSV(B) | 309.41º | 0.83% | 0.73% | - |
| XYZ | 26.96 | 13.92 | 34.98 | - |
| YUV | 92.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 161 | 0 | 0.83 | 0.13 | 0.27 | 309.41 | 0.71 | 0.43 |
| Hex | B9 | 20 | A1 | 0 | 53 | D | 1B | 135 | 47 | 2B |
| Octal | 271 | 40 | 241 | 0 | 123 | 15 | 33 | 465 | 107 | 53 |
| Binary | 10111001 | 100000 | 10100001 | 0 | 1010011 | 1101 | 11011 | 100110101 | 1000111 | 101011 |
Color Harmonies of #B920A1
Complementary color
Monochromatic Colors of #B920A1
Black with #B920A1
Text Example
Text Example
White with #B920A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B920A1; }
p { color: rgb(185,32,161); }
H1.HeaderClassName
{
color: #B920A1;
}
.AnyTagClassName
{
color: #B920A1;
}
</style>
background-color css
<style>
a { background-color: #B920A1; }
a { background-color: rgb(185,32,161); }
div.DivClassName
{
background-color: #B920A1;
}
.BgClassName
{
background-color: #B920A1;
}
</style>
border-color css
<style>
span { border-color: #B920A1; }
span { border-color: rgb(185,32,161); }
td.TdClassName
{
border-color: #B920A1;
}
.TagClassName
{
border-color: #B920A1;
}
</style>