Shades of Medium Violet Red #B910A0
Tints of Medium Violet Red #B910A0
RGB
CMYK
RGB Variations
Color information
#B910A0 (or 0xB910A0) is known color: Medium Violet Red. HEX triplet: B9, 10 and A0. RGB value is (185,16,160). Sum of RGB (Red+Green+Blue) = 185+16+160=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B910A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B910A0 is #46EF5F. Grayscale: #525252. Windows color (decimal): -4648800 or 10490041. OLE color: 10490041.
HSL color Cylindrical-coordinate representation of color #B910A0: hue angle of 308.88º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B910A0 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 160 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.27 |
| HSL | 308.88º | 0.84% | 0.39% | - |
| HSV(B) | 308.88º | 0.91% | 0.73% | - |
| XYZ | 26.54 | 13.22 | 34.41 | - |
| YUV | 82.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 160 | 0 | 0.91 | 0.14 | 0.27 | 308.88 | 0.84 | 0.39 |
| Hex | B9 | 10 | A0 | 0 | 5B | E | 1B | 135 | 54 | 27 |
| Octal | 271 | 20 | 240 | 0 | 133 | 16 | 33 | 465 | 124 | 47 |
| Binary | 10111001 | 10000 | 10100000 | 0 | 1011011 | 1110 | 11011 | 100110101 | 1010100 | 100111 |
Color Harmonies of #B910A0
Complementary color
Monochromatic Colors of #B910A0
Black with #B910A0
Text Example
Text Example
White with #B910A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B910A0; }
p { color: rgb(185,16,160); }
H1.HeaderClassName
{
color: #B910A0;
}
.AnyTagClassName
{
color: #B910A0;
}
</style>
background-color css
<style>
a { background-color: #B910A0; }
a { background-color: rgb(185,16,160); }
div.DivClassName
{
background-color: #B910A0;
}
.BgClassName
{
background-color: #B910A0;
}
</style>
border-color css
<style>
span { border-color: #B910A0; }
span { border-color: rgb(185,16,160); }
td.TdClassName
{
border-color: #B910A0;
}
.TagClassName
{
border-color: #B910A0;
}
</style>