Shades of Medium Violet Red #B9009A
Tints of Medium Violet Red #B9009A
RGB
CMYK
RGB Variations
Color information
#B9009A (or 0xB9009A) is known color: Medium Violet Red. HEX triplet: B9, 00 and 9A. RGB value is (185,0,154). Sum of RGB (Red+Green+Blue) = 185+0+154=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B9009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9009A is #46FF65. Grayscale: #484848. Windows color (decimal): -4652902 or 10092729. OLE color: 10092729.
HSL color Cylindrical-coordinate representation of color #B9009A: hue angle of 310.05º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9009A is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 0 | 154 | - |
CMYK | 0 | 1 | 0.17 | 0.27 |
HSL | 310.05º | 1% | 0.36% | - |
HSV(B) | 310.05º | 1% | 0.73% | - |
XYZ | 25.84 | 12.65 | 31.65 | - |
YUV | 72.87 | 173.79 | 207.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 0 | 154 | 0 | 1 | 0.17 | 0.27 | 310.05 | 1 | 0.36 |
Hex | B9 | 0 | 9A | 0 | 64 | 11 | 1B | 136 | 64 | 24 |
Octal | 271 | 0 | 232 | 0 | 144 | 21 | 33 | 466 | 144 | 44 |
Binary | 10111001 | 0 | 10011010 | 0 | 1100100 | 10001 | 11011 | 100110110 | 1100100 | 100100 |
Color Harmonies of #B9009A
Complementary color
Monochromatic Colors of #B9009A
Black with #B9009A
Text Example
Text Example
White with #B9009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9009A; }
p { color: rgb(185,0,154); }
H1.HeaderClassName
{
color: #B9009A;
}
.AnyTagClassName
{
color: #B9009A;
}
</style>
background-color css
<style>
a { background-color: #B9009A; }
a { background-color: rgb(185,0,154); }
div.DivClassName
{
background-color: #B9009A;
}
.BgClassName
{
background-color: #B9009A;
}
</style>
border-color css
<style>
span { border-color: #B9009A; }
span { border-color: rgb(185,0,154); }
td.TdClassName
{
border-color: #B9009A;
}
.TagClassName
{
border-color: #B9009A;
}
</style>