Shades of Medium Violet Red #B900A2
Tints of Medium Violet Red #B900A2
RGB
CMYK
RGB Variations
Color information
#B900A2 (or 0xB900A2) is known color: Medium Violet Red. HEX triplet: B9, 00 and A2. RGB value is (185,0,162). Sum of RGB (Red+Green+Blue) = 185+0+162=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B900A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B900A2 is #46FF5D. Grayscale: #494949. Windows color (decimal): -4652894 or 10617017. OLE color: 10617017.
HSL color Cylindrical-coordinate representation of color #B900A2: hue angle of 307.46º 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 #B900A2 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.12 | 0.27 |
| HSL | 307.46º | 1% | 0.36% | - |
| HSV(B) | 307.46º | 1% | 0.73% | - |
| XYZ | 26.53 | 12.92 | 35.28 | - |
| YUV | 73.78 | 177.79 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 162 | 0 | 1 | 0.12 | 0.27 | 307.46 | 1 | 0.36 |
| Hex | B9 | 0 | A2 | 0 | 64 | C | 1B | 133 | 64 | 24 |
| Octal | 271 | 0 | 242 | 0 | 144 | 14 | 33 | 463 | 144 | 44 |
| Binary | 10111001 | 0 | 10100010 | 0 | 1100100 | 1100 | 11011 | 100110011 | 1100100 | 100100 |
Color Harmonies of #B900A2
Complementary color
Monochromatic Colors of #B900A2
Black with #B900A2
Text Example
Text Example
White with #B900A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B900A2; }
p { color: rgb(185,0,162); }
H1.HeaderClassName
{
color: #B900A2;
}
.AnyTagClassName
{
color: #B900A2;
}
</style>
background-color css
<style>
a { background-color: #B900A2; }
a { background-color: rgb(185,0,162); }
div.DivClassName
{
background-color: #B900A2;
}
.BgClassName
{
background-color: #B900A2;
}
</style>
border-color css
<style>
span { border-color: #B900A2; }
span { border-color: rgb(185,0,162); }
td.TdClassName
{
border-color: #B900A2;
}
.TagClassName
{
border-color: #B900A2;
}
</style>