Shades of Medium Violet Red #B4009F
Tints of Medium Violet Red #B4009F
RGB
CMYK
RGB Variations
Color information
#B4009F (or 0xB4009F) is known color: Medium Violet Red. HEX triplet: B4, 00 and 9F. RGB value is (180,0,159). Sum of RGB (Red+Green+Blue) = 180+0+159=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4009F is #4BFF60. Grayscale: #474747. Windows color (decimal): -4980577 or 10420404. OLE color: 10420404.
HSL color Cylindrical-coordinate representation of color #B4009F: hue angle of 307º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4009F is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.12 | 0.29 |
| HSL | 307º | 1% | 0.35% | - |
| HSV(B) | 307º | 1% | 0.71% | - |
| XYZ | 25.08 | 12.21 | 33.84 | - |
| YUV | 71.95 | 177.13 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 159 | 0 | 1 | 0.12 | 0.29 | 307 | 1 | 0.35 |
| Hex | B4 | 0 | 9F | 0 | 64 | C | 1D | 133 | 64 | 23 |
| Octal | 264 | 0 | 237 | 0 | 144 | 14 | 35 | 463 | 144 | 43 |
| Binary | 10110100 | 0 | 10011111 | 0 | 1100100 | 1100 | 11101 | 100110011 | 1100100 | 100011 |
Color Harmonies of #B4009F
Complementary color
Monochromatic Colors of #B4009F
Black with #B4009F
Text Example
Text Example
White with #B4009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4009F; }
p { color: rgb(180,0,159); }
H1.HeaderClassName
{
color: #B4009F;
}
.AnyTagClassName
{
color: #B4009F;
}
</style>
background-color css
<style>
a { background-color: #B4009F; }
a { background-color: rgb(180,0,159); }
div.DivClassName
{
background-color: #B4009F;
}
.BgClassName
{
background-color: #B4009F;
}
</style>
border-color css
<style>
span { border-color: #B4009F; }
span { border-color: rgb(180,0,159); }
td.TdClassName
{
border-color: #B4009F;
}
.TagClassName
{
border-color: #B4009F;
}
</style>