Shades of Medium Violet Red #B4007D
Tints of Medium Violet Red #B4007D
RGB
CMYK
RGB Variations
Color information
#B4007D (or 0xB4007D) is known color: Medium Violet Red. HEX triplet: B4, 00 and 7D. RGB value is (180,0,125). Sum of RGB (Red+Green+Blue) = 180+0+125=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4007D is #4BFF82. Grayscale: #434343. Windows color (decimal): -4980611 or 8192180. OLE color: 8192180.
HSL color Cylindrical-coordinate representation of color #B4007D: hue angle of 318.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 #B4007D is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.31 | 0.29 |
| HSL | 318.33º | 1% | 0.35% | - |
| HSV(B) | 318.33º | 1% | 0.71% | - |
| XYZ | 22.52 | 11.18 | 20.37 | - |
| YUV | 68.07 | 160.13 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 125 | 0 | 1 | 0.31 | 0.29 | 318.33 | 1 | 0.35 |
| Hex | B4 | 0 | 7D | 0 | 64 | 1F | 1D | 13E | 64 | 23 |
| Octal | 264 | 0 | 175 | 0 | 144 | 37 | 35 | 476 | 144 | 43 |
| Binary | 10110100 | 0 | 1111101 | 0 | 1100100 | 11111 | 11101 | 100111110 | 1100100 | 100011 |
Color Harmonies of #B4007D
Complementary color
Monochromatic Colors of #B4007D
Black with #B4007D
Text Example
Text Example
White with #B4007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4007D; }
p { color: rgb(180,0,125); }
H1.HeaderClassName
{
color: #B4007D;
}
.AnyTagClassName
{
color: #B4007D;
}
</style>
background-color css
<style>
a { background-color: #B4007D; }
a { background-color: rgb(180,0,125); }
div.DivClassName
{
background-color: #B4007D;
}
.BgClassName
{
background-color: #B4007D;
}
</style>
border-color css
<style>
span { border-color: #B4007D; }
span { border-color: rgb(180,0,125); }
td.TdClassName
{
border-color: #B4007D;
}
.TagClassName
{
border-color: #B4007D;
}
</style>