Shades of Medium Violet Red #B900A0
Tints of Medium Violet Red #B900A0
RGB
CMYK
RGB Variations
Color information
#B900A0 (or 0xB900A0) is known color: Medium Violet Red. HEX triplet: B9, 00 and A0. RGB value is (185,0,160). Sum of RGB (Red+Green+Blue) = 185+0+160=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B900A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B900A0 is #46FF5F. Grayscale: #494949. Windows color (decimal): -4652896 or 10485945. OLE color: 10485945.
HSL color Cylindrical-coordinate representation of color #B900A0: hue angle of 308.11º 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 #B900A0 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.14 | 0.27 |
| HSL | 308.11º | 1% | 0.36% | - |
| HSV(B) | 308.11º | 1% | 0.73% | - |
| XYZ | 26.35 | 12.85 | 34.35 | - |
| YUV | 73.56 | 176.79 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 160 | 0 | 1 | 0.14 | 0.27 | 308.11 | 1 | 0.36 |
| Hex | B9 | 0 | A0 | 0 | 64 | E | 1B | 134 | 64 | 24 |
| Octal | 271 | 0 | 240 | 0 | 144 | 16 | 33 | 464 | 144 | 44 |
| Binary | 10111001 | 0 | 10100000 | 0 | 1100100 | 1110 | 11011 | 100110100 | 1100100 | 100100 |
Color Harmonies of #B900A0
Complementary color
Monochromatic Colors of #B900A0
Black with #B900A0
Text Example
Text Example
White with #B900A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B900A0; }
p { color: rgb(185,0,160); }
H1.HeaderClassName
{
color: #B900A0;
}
.AnyTagClassName
{
color: #B900A0;
}
</style>
background-color css
<style>
a { background-color: #B900A0; }
a { background-color: rgb(185,0,160); }
div.DivClassName
{
background-color: #B900A0;
}
.BgClassName
{
background-color: #B900A0;
}
</style>
border-color css
<style>
span { border-color: #B900A0; }
span { border-color: rgb(185,0,160); }
td.TdClassName
{
border-color: #B900A0;
}
.TagClassName
{
border-color: #B900A0;
}
</style>