Shades of Medium Violet Red #B904A3
Tints of Medium Violet Red #B904A3
RGB
CMYK
RGB Variations
Color information
#B904A3 (or 0xB904A3) is known color: Medium Violet Red. HEX triplet: B9, 04 and A3. RGB value is (185,4,163). Sum of RGB (Red+Green+Blue) = 185+4+163=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B904A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B904A3 is #46FB5C. Grayscale: #4B4B4B. Windows color (decimal): -4651869 or 10683577. OLE color: 10683577.
HSL color Cylindrical-coordinate representation of color #B904A3: hue angle of 307.29º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904A3 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 163 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.27 |
| HSL | 307.29º | 0.96% | 0.37% | - |
| HSV(B) | 307.29º | 0.98% | 0.73% | - |
| XYZ | 26.66 | 13.05 | 35.76 | - |
| YUV | 76.25 | 176.97 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 163 | 0 | 0.98 | 0.12 | 0.27 | 307.29 | 0.96 | 0.37 |
| Hex | B9 | 4 | A3 | 0 | 62 | C | 1B | 133 | 60 | 25 |
| Octal | 271 | 4 | 243 | 0 | 142 | 14 | 33 | 463 | 140 | 45 |
| Binary | 10111001 | 100 | 10100011 | 0 | 1100010 | 1100 | 11011 | 100110011 | 1100000 | 100101 |
Color Harmonies of #B904A3
Complementary color
Monochromatic Colors of #B904A3
Black with #B904A3
Text Example
Text Example
White with #B904A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B904A3; }
p { color: rgb(185,4,163); }
H1.HeaderClassName
{
color: #B904A3;
}
.AnyTagClassName
{
color: #B904A3;
}
</style>
background-color css
<style>
a { background-color: #B904A3; }
a { background-color: rgb(185,4,163); }
div.DivClassName
{
background-color: #B904A3;
}
.BgClassName
{
background-color: #B904A3;
}
</style>
border-color css
<style>
span { border-color: #B904A3; }
span { border-color: rgb(185,4,163); }
td.TdClassName
{
border-color: #B904A3;
}
.TagClassName
{
border-color: #B904A3;
}
</style>