Shades of Medium Violet Red #B9008A
Tints of Medium Violet Red #B9008A
RGB
CMYK
RGB Variations
Color information
#B9008A (or 0xB9008A) is known color: Medium Violet Red. HEX triplet: B9, 00 and 8A. RGB value is (185,0,138). Sum of RGB (Red+Green+Blue) = 185+0+138=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B9008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9008A is #46FF75. Grayscale: #464646. Windows color (decimal): -4652918 or 9044153. OLE color: 9044153.
HSL color Cylindrical-coordinate representation of color #B9008A: hue angle of 315.24º 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 #B9008A is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.25 | 0.27 |
| HSL | 315.24º | 1% | 0.36% | - |
| HSV(B) | 315.24º | 1% | 0.73% | - |
| XYZ | 24.6 | 12.15 | 25.09 | - |
| YUV | 71.05 | 165.79 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 138 | 0 | 1 | 0.25 | 0.27 | 315.24 | 1 | 0.36 |
| Hex | B9 | 0 | 8A | 0 | 64 | 19 | 1B | 13B | 64 | 24 |
| Octal | 271 | 0 | 212 | 0 | 144 | 31 | 33 | 473 | 144 | 44 |
| Binary | 10111001 | 0 | 10001010 | 0 | 1100100 | 11001 | 11011 | 100111011 | 1100100 | 100100 |
Color Harmonies of #B9008A
Complementary color
Monochromatic Colors of #B9008A
Black with #B9008A
Text Example
Text Example
White with #B9008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9008A; }
p { color: rgb(185,0,138); }
H1.HeaderClassName
{
color: #B9008A;
}
.AnyTagClassName
{
color: #B9008A;
}
</style>
background-color css
<style>
a { background-color: #B9008A; }
a { background-color: rgb(185,0,138); }
div.DivClassName
{
background-color: #B9008A;
}
.BgClassName
{
background-color: #B9008A;
}
</style>
border-color css
<style>
span { border-color: #B9008A; }
span { border-color: rgb(185,0,138); }
td.TdClassName
{
border-color: #B9008A;
}
.TagClassName
{
border-color: #B9008A;
}
</style>