Shades of Medium Violet Red #B4098D
Tints of Medium Violet Red #B4098D
RGB
CMYK
RGB Variations
Color information
#B4098D (or 0xB4098D) is known color: Medium Violet Red. HEX triplet: B4, 09 and 8D. RGB value is (180,9,141). Sum of RGB (Red+Green+Blue) = 180+9+141=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B4098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4098D is #4BF672. Grayscale: #4A4A4A. Windows color (decimal): -4978291 or 9243060. OLE color: 9243060.
HSL color Cylindrical-coordinate representation of color #B4098D: hue angle of 313.68º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4098D is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 141 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.29 |
| HSL | 313.68º | 0.9% | 0.37% | - |
| HSV(B) | 313.68º | 0.95% | 0.71% | - |
| XYZ | 23.73 | 11.82 | 26.23 | - |
| YUV | 75.18 | 165.15 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 141 | 0 | 0.95 | 0.22 | 0.29 | 313.68 | 0.9 | 0.37 |
| Hex | B4 | 9 | 8D | 0 | 5F | 16 | 1D | 13A | 5A | 25 |
| Octal | 264 | 11 | 215 | 0 | 137 | 26 | 35 | 472 | 132 | 45 |
| Binary | 10110100 | 1001 | 10001101 | 0 | 1011111 | 10110 | 11101 | 100111010 | 1011010 | 100101 |
Color Harmonies of #B4098D
Complementary color
Monochromatic Colors of #B4098D
Black with #B4098D
Text Example
Text Example
White with #B4098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4098D; }
p { color: rgb(180,9,141); }
H1.HeaderClassName
{
color: #B4098D;
}
.AnyTagClassName
{
color: #B4098D;
}
</style>
background-color css
<style>
a { background-color: #B4098D; }
a { background-color: rgb(180,9,141); }
div.DivClassName
{
background-color: #B4098D;
}
.BgClassName
{
background-color: #B4098D;
}
</style>
border-color css
<style>
span { border-color: #B4098D; }
span { border-color: rgb(180,9,141); }
td.TdClassName
{
border-color: #B4098D;
}
.TagClassName
{
border-color: #B4098D;
}
</style>