Shades of Medium Violet Red #B9027B
Tints of Medium Violet Red #B9027B
RGB
CMYK
RGB Variations
Color information
#B9027B (or 0xB9027B) is known color: Medium Violet Red. HEX triplet: B9, 02 and 7B. RGB value is (185,2,123). Sum of RGB (Red+Green+Blue) = 185+2+123=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9027B is #46FD84. Grayscale: #464646. Windows color (decimal): -4652421 or 8061625. OLE color: 8061625.
HSL color Cylindrical-coordinate representation of color #B9027B: hue angle of 320.33º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9027B is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.27 |
| HSL | 320.33º | 0.98% | 0.37% | - |
| HSV(B) | 320.33º | 0.99% | 0.73% | - |
| XYZ | 23.6 | 11.79 | 19.77 | - |
| YUV | 70.51 | 157.63 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 123 | 0 | 0.99 | 0.34 | 0.27 | 320.33 | 0.98 | 0.37 |
| Hex | B9 | 2 | 7B | 0 | 63 | 22 | 1B | 140 | 62 | 25 |
| Octal | 271 | 2 | 173 | 0 | 143 | 42 | 33 | 500 | 142 | 45 |
| Binary | 10111001 | 10 | 1111011 | 0 | 1100011 | 100010 | 11011 | 101000000 | 1100010 | 100101 |
Color Harmonies of #B9027B
Complementary color
Monochromatic Colors of #B9027B
Black with #B9027B
Text Example
Text Example
White with #B9027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9027B; }
p { color: rgb(185,2,123); }
H1.HeaderClassName
{
color: #B9027B;
}
.AnyTagClassName
{
color: #B9027B;
}
</style>
background-color css
<style>
a { background-color: #B9027B; }
a { background-color: rgb(185,2,123); }
div.DivClassName
{
background-color: #B9027B;
}
.BgClassName
{
background-color: #B9027B;
}
</style>
border-color css
<style>
span { border-color: #B9027B; }
span { border-color: rgb(185,2,123); }
td.TdClassName
{
border-color: #B9027B;
}
.TagClassName
{
border-color: #B9027B;
}
</style>