Shades of Medium Violet Red #B905A2
Tints of Medium Violet Red #B905A2
RGB
CMYK
RGB Variations
Color information
#B905A2 (or 0xB905A2) is known color: Medium Violet Red. HEX triplet: B9, 05 and A2. RGB value is (185,5,162). Sum of RGB (Red+Green+Blue) = 185+5+162=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B905A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B905A2 is #46FA5D. Grayscale: #4C4C4C. Windows color (decimal): -4651614 or 10618297. OLE color: 10618297.
HSL color Cylindrical-coordinate representation of color #B905A2: hue angle of 307.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B905A2 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 162 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.27 |
| HSL | 307.67º | 0.95% | 0.37% | - |
| HSV(B) | 307.67º | 0.97% | 0.73% | - |
| XYZ | 26.58 | 13.03 | 35.3 | - |
| YUV | 76.72 | 176.13 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 162 | 0 | 0.97 | 0.12 | 0.27 | 307.67 | 0.95 | 0.37 |
| Hex | B9 | 5 | A2 | 0 | 61 | C | 1B | 134 | 5F | 25 |
| Octal | 271 | 5 | 242 | 0 | 141 | 14 | 33 | 464 | 137 | 45 |
| Binary | 10111001 | 101 | 10100010 | 0 | 1100001 | 1100 | 11011 | 100110100 | 1011111 | 100101 |
Color Harmonies of #B905A2
Complementary color
Monochromatic Colors of #B905A2
Black with #B905A2
Text Example
Text Example
White with #B905A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905A2; }
p { color: rgb(185,5,162); }
H1.HeaderClassName
{
color: #B905A2;
}
.AnyTagClassName
{
color: #B905A2;
}
</style>
background-color css
<style>
a { background-color: #B905A2; }
a { background-color: rgb(185,5,162); }
div.DivClassName
{
background-color: #B905A2;
}
.BgClassName
{
background-color: #B905A2;
}
</style>
border-color css
<style>
span { border-color: #B905A2; }
span { border-color: rgb(185,5,162); }
td.TdClassName
{
border-color: #B905A2;
}
.TagClassName
{
border-color: #B905A2;
}
</style>