Shades of Medium Red Violet #B4289F
Tints of Medium Red Violet #B4289F
RGB
CMYK
RGB Variations
Color information
#B4289F (or 0xB4289F) is known color: Medium Red Violet. HEX triplet: B4, 28 and 9F. RGB value is (180,40,159). Sum of RGB (Red+Green+Blue) = 180+40+159=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B4289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4289F is #4BD760. Grayscale: #5F5F5F. Windows color (decimal): -4970337 or 10430644. OLE color: 10430644.
HSL color Cylindrical-coordinate representation of color #B4289F: hue angle of 309º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4289F is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 159 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.29 |
| HSL | 309º | 0.64% | 0.43% | - |
| HSV(B) | 309º | 0.78% | 0.71% | - |
| XYZ | 25.84 | 13.72 | 34.09 | - |
| YUV | 95.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 159 | 0 | 0.78 | 0.12 | 0.29 | 309 | 0.64 | 0.43 |
| Hex | B4 | 28 | 9F | 0 | 4E | C | 1D | 135 | 40 | 2B |
| Octal | 264 | 50 | 237 | 0 | 116 | 14 | 35 | 465 | 100 | 53 |
| Binary | 10110100 | 101000 | 10011111 | 0 | 1001110 | 1100 | 11101 | 100110101 | 1000000 | 101011 |
Color Harmonies of #B4289F
Complementary color
Monochromatic Colors of #B4289F
Black with #B4289F
Text Example
Text Example
White with #B4289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4289F; }
p { color: rgb(180,40,159); }
H1.HeaderClassName
{
color: #B4289F;
}
.AnyTagClassName
{
color: #B4289F;
}
</style>
background-color css
<style>
a { background-color: #B4289F; }
a { background-color: rgb(180,40,159); }
div.DivClassName
{
background-color: #B4289F;
}
.BgClassName
{
background-color: #B4289F;
}
</style>
border-color css
<style>
span { border-color: #B4289F; }
span { border-color: rgb(180,40,159); }
td.TdClassName
{
border-color: #B4289F;
}
.TagClassName
{
border-color: #B4289F;
}
</style>