Shades of Medium Violet Red #B4008C
Tints of Medium Violet Red #B4008C
RGB
CMYK
RGB Variations
Color information
#B4008C (or 0xB4008C) is known color: Medium Violet Red. HEX triplet: B4, 00 and 8C. RGB value is (180,0,140). Sum of RGB (Red+Green+Blue) = 180+0+140=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4008C is #4BFF73. Grayscale: #454545. Windows color (decimal): -4980596 or 9175220. OLE color: 9175220.
HSL color Cylindrical-coordinate representation of color #B4008C: hue angle of 313.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4008C is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.22 | 0.29 |
| HSL | 313.33º | 1% | 0.35% | - |
| HSV(B) | 313.33º | 1% | 0.71% | - |
| XYZ | 23.56 | 11.6 | 25.81 | - |
| YUV | 69.78 | 167.63 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 140 | 0 | 1 | 0.22 | 0.29 | 313.33 | 1 | 0.35 |
| Hex | B4 | 0 | 8C | 0 | 64 | 16 | 1D | 139 | 64 | 23 |
| Octal | 264 | 0 | 214 | 0 | 144 | 26 | 35 | 471 | 144 | 43 |
| Binary | 10110100 | 0 | 10001100 | 0 | 1100100 | 10110 | 11101 | 100111001 | 1100100 | 100011 |
Color Harmonies of #B4008C
Complementary color
Monochromatic Colors of #B4008C
Black with #B4008C
Text Example
Text Example
White with #B4008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4008C; }
p { color: rgb(180,0,140); }
H1.HeaderClassName
{
color: #B4008C;
}
.AnyTagClassName
{
color: #B4008C;
}
</style>
background-color css
<style>
a { background-color: #B4008C; }
a { background-color: rgb(180,0,140); }
div.DivClassName
{
background-color: #B4008C;
}
.BgClassName
{
background-color: #B4008C;
}
</style>
border-color css
<style>
span { border-color: #B4008C; }
span { border-color: rgb(180,0,140); }
td.TdClassName
{
border-color: #B4008C;
}
.TagClassName
{
border-color: #B4008C;
}
</style>