Shades of Medium Violet Red #B4018F
Tints of Medium Violet Red #B4018F
RGB
CMYK
RGB Variations
Color information
#B4018F (or 0xB4018F) is known color: Medium Violet Red. HEX triplet: B4, 01 and 8F. RGB value is (180,1,143). Sum of RGB (Red+Green+Blue) = 180+1+143=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B4018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4018F is #4BFE70. Grayscale: #464646. Windows color (decimal): -4980337 or 9372084. OLE color: 9372084.
HSL color Cylindrical-coordinate representation of color #B4018F: hue angle of 312.4º 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 #B4018F is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.29 |
| HSL | 312.4º | 0.99% | 0.35% | - |
| HSV(B) | 312.4º | 0.99% | 0.71% | - |
| XYZ | 23.79 | 11.71 | 26.99 | - |
| YUV | 70.71 | 168.8 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 143 | 0 | 0.99 | 0.21 | 0.29 | 312.4 | 0.99 | 0.35 |
| Hex | B4 | 1 | 8F | 0 | 63 | 15 | 1D | 138 | 63 | 23 |
| Octal | 264 | 1 | 217 | 0 | 143 | 25 | 35 | 470 | 143 | 43 |
| Binary | 10110100 | 1 | 10001111 | 0 | 1100011 | 10101 | 11101 | 100111000 | 1100011 | 100011 |
Color Harmonies of #B4018F
Complementary color
Monochromatic Colors of #B4018F
Black with #B4018F
Text Example
Text Example
White with #B4018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4018F; }
p { color: rgb(180,1,143); }
H1.HeaderClassName
{
color: #B4018F;
}
.AnyTagClassName
{
color: #B4018F;
}
</style>
background-color css
<style>
a { background-color: #B4018F; }
a { background-color: rgb(180,1,143); }
div.DivClassName
{
background-color: #B4018F;
}
.BgClassName
{
background-color: #B4018F;
}
</style>
border-color css
<style>
span { border-color: #B4018F; }
span { border-color: rgb(180,1,143); }
td.TdClassName
{
border-color: #B4018F;
}
.TagClassName
{
border-color: #B4018F;
}
</style>