Shades of Medium Violet Red #B4018D
Tints of Medium Violet Red #B4018D
RGB
CMYK
RGB Variations
Color information
#B4018D (or 0xB4018D) is known color: Medium Violet Red. HEX triplet: B4, 01 and 8D. RGB value is (180,1,141). Sum of RGB (Red+Green+Blue) = 180+1+141=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4018D is #4BFE72. Grayscale: #464646. Windows color (decimal): -4980339 or 9241012. OLE color: 9241012.
HSL color Cylindrical-coordinate representation of color #B4018D: hue angle of 313.07º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4018D is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.29 |
| HSL | 313.07º | 0.99% | 0.35% | - |
| HSV(B) | 313.07º | 0.99% | 0.71% | - |
| XYZ | 23.64 | 11.65 | 26.2 | - |
| YUV | 70.48 | 167.8 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 141 | 0 | 0.99 | 0.22 | 0.29 | 313.07 | 0.99 | 0.35 |
| Hex | B4 | 1 | 8D | 0 | 63 | 16 | 1D | 139 | 63 | 23 |
| Octal | 264 | 1 | 215 | 0 | 143 | 26 | 35 | 471 | 143 | 43 |
| Binary | 10110100 | 1 | 10001101 | 0 | 1100011 | 10110 | 11101 | 100111001 | 1100011 | 100011 |
Color Harmonies of #B4018D
Complementary color
Monochromatic Colors of #B4018D
Black with #B4018D
Text Example
Text Example
White with #B4018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4018D; }
p { color: rgb(180,1,141); }
H1.HeaderClassName
{
color: #B4018D;
}
.AnyTagClassName
{
color: #B4018D;
}
</style>
background-color css
<style>
a { background-color: #B4018D; }
a { background-color: rgb(180,1,141); }
div.DivClassName
{
background-color: #B4018D;
}
.BgClassName
{
background-color: #B4018D;
}
</style>
border-color css
<style>
span { border-color: #B4018D; }
span { border-color: rgb(180,1,141); }
td.TdClassName
{
border-color: #B4018D;
}
.TagClassName
{
border-color: #B4018D;
}
</style>