Shades of Medium Violet Red #B4018C
Tints of Medium Violet Red #B4018C
RGB
CMYK
RGB Variations
Color information
#B4018C (or 0xB4018C) is known color: Medium Violet Red. HEX triplet: B4, 01 and 8C. RGB value is (180,1,140). Sum of RGB (Red+Green+Blue) = 180+1+140=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B4018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4018C is #4BFE73. Grayscale: #454545. Windows color (decimal): -4980340 or 9175476. OLE color: 9175476.
HSL color Cylindrical-coordinate representation of color #B4018C: hue angle of 313.41º 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 #B4018C is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 140 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.29 |
| HSL | 313.41º | 0.99% | 0.35% | - |
| HSV(B) | 313.41º | 0.99% | 0.71% | - |
| XYZ | 23.57 | 11.62 | 25.81 | - |
| YUV | 70.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 140 | 0 | 0.99 | 0.22 | 0.29 | 313.41 | 0.99 | 0.35 |
| Hex | B4 | 1 | 8C | 0 | 63 | 16 | 1D | 139 | 63 | 23 |
| Octal | 264 | 1 | 214 | 0 | 143 | 26 | 35 | 471 | 143 | 43 |
| Binary | 10110100 | 1 | 10001100 | 0 | 1100011 | 10110 | 11101 | 100111001 | 1100011 | 100011 |
Color Harmonies of #B4018C
Complementary color
Monochromatic Colors of #B4018C
Black with #B4018C
Text Example
Text Example
White with #B4018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4018C; }
p { color: rgb(180,1,140); }
H1.HeaderClassName
{
color: #B4018C;
}
.AnyTagClassName
{
color: #B4018C;
}
</style>
background-color css
<style>
a { background-color: #B4018C; }
a { background-color: rgb(180,1,140); }
div.DivClassName
{
background-color: #B4018C;
}
.BgClassName
{
background-color: #B4018C;
}
</style>
border-color css
<style>
span { border-color: #B4018C; }
span { border-color: rgb(180,1,140); }
td.TdClassName
{
border-color: #B4018C;
}
.TagClassName
{
border-color: #B4018C;
}
</style>