Shades of Medium Violet Red #B9018A
Tints of Medium Violet Red #B9018A
RGB
CMYK
RGB Variations
Color information
#B9018A (or 0xB9018A) is known color: Medium Violet Red. HEX triplet: B9, 01 and 8A. RGB value is (185,1,138). Sum of RGB (Red+Green+Blue) = 185+1+138=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B9018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9018A is #46FE75. Grayscale: #474747. Windows color (decimal): -4652662 or 9044409. OLE color: 9044409.
HSL color Cylindrical-coordinate representation of color #B9018A: hue angle of 315.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9018A is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 138 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.27 |
| HSL | 315.33º | 0.99% | 0.36% | - |
| HSV(B) | 315.33º | 0.99% | 0.73% | - |
| XYZ | 24.61 | 12.17 | 25.1 | - |
| YUV | 71.63 | 165.46 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 138 | 0 | 0.99 | 0.25 | 0.27 | 315.33 | 0.99 | 0.36 |
| Hex | B9 | 1 | 8A | 0 | 63 | 19 | 1B | 13B | 63 | 24 |
| Octal | 271 | 1 | 212 | 0 | 143 | 31 | 33 | 473 | 143 | 44 |
| Binary | 10111001 | 1 | 10001010 | 0 | 1100011 | 11001 | 11011 | 100111011 | 1100011 | 100100 |
Color Harmonies of #B9018A
Complementary color
Monochromatic Colors of #B9018A
Black with #B9018A
Text Example
Text Example
White with #B9018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9018A; }
p { color: rgb(185,1,138); }
H1.HeaderClassName
{
color: #B9018A;
}
.AnyTagClassName
{
color: #B9018A;
}
</style>
background-color css
<style>
a { background-color: #B9018A; }
a { background-color: rgb(185,1,138); }
div.DivClassName
{
background-color: #B9018A;
}
.BgClassName
{
background-color: #B9018A;
}
</style>
border-color css
<style>
span { border-color: #B9018A; }
span { border-color: rgb(185,1,138); }
td.TdClassName
{
border-color: #B9018A;
}
.TagClassName
{
border-color: #B9018A;
}
</style>