Shades of Medium Violet Red #B9028A
Tints of Medium Violet Red #B9028A
RGB
CMYK
RGB Variations
Color information
#B9028A (or 0xB9028A) is known color: Medium Violet Red. HEX triplet: B9, 02 and 8A. RGB value is (185,2,138). Sum of RGB (Red+Green+Blue) = 185+2+138=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9028A is #46FD75. Grayscale: #474747. Windows color (decimal): -4652406 or 9044665. OLE color: 9044665.
HSL color Cylindrical-coordinate representation of color #B9028A: hue angle of 315.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9028A is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.27 |
| HSL | 315.41º | 0.98% | 0.37% | - |
| HSV(B) | 315.41º | 0.99% | 0.73% | - |
| XYZ | 24.62 | 12.19 | 25.1 | - |
| YUV | 72.22 | 165.13 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 138 | 0 | 0.99 | 0.25 | 0.27 | 315.41 | 0.98 | 0.37 |
| Hex | B9 | 2 | 8A | 0 | 63 | 19 | 1B | 13B | 62 | 25 |
| Octal | 271 | 2 | 212 | 0 | 143 | 31 | 33 | 473 | 142 | 45 |
| Binary | 10111001 | 10 | 10001010 | 0 | 1100011 | 11001 | 11011 | 100111011 | 1100010 | 100101 |
Color Harmonies of #B9028A
Complementary color
Monochromatic Colors of #B9028A
Black with #B9028A
Text Example
Text Example
White with #B9028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9028A; }
p { color: rgb(185,2,138); }
H1.HeaderClassName
{
color: #B9028A;
}
.AnyTagClassName
{
color: #B9028A;
}
</style>
background-color css
<style>
a { background-color: #B9028A; }
a { background-color: rgb(185,2,138); }
div.DivClassName
{
background-color: #B9028A;
}
.BgClassName
{
background-color: #B9028A;
}
</style>
border-color css
<style>
span { border-color: #B9028A; }
span { border-color: rgb(185,2,138); }
td.TdClassName
{
border-color: #B9028A;
}
.TagClassName
{
border-color: #B9028A;
}
</style>