Shades of Medium Violet Red #B4007F
Tints of Medium Violet Red #B4007F
RGB
CMYK
RGB Variations
Color information
#B4007F (or 0xB4007F) is known color: Medium Violet Red. HEX triplet: B4, 00 and 7F. RGB value is (180,0,127). Sum of RGB (Red+Green+Blue) = 180+0+127=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4007F is #4BFF80. Grayscale: #434343. Windows color (decimal): -4980609 or 8323252. OLE color: 8323252.
HSL color Cylindrical-coordinate representation of color #B4007F: hue angle of 317.67º 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 #B4007F is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.29 | 0.29 |
| HSL | 317.67º | 1% | 0.35% | - |
| HSV(B) | 317.67º | 1% | 0.71% | - |
| XYZ | 22.65 | 11.24 | 21.05 | - |
| YUV | 68.3 | 161.13 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 127 | 0 | 1 | 0.29 | 0.29 | 317.67 | 1 | 0.35 |
| Hex | B4 | 0 | 7F | 0 | 64 | 1D | 1D | 13E | 64 | 23 |
| Octal | 264 | 0 | 177 | 0 | 144 | 35 | 35 | 476 | 144 | 43 |
| Binary | 10110100 | 0 | 1111111 | 0 | 1100100 | 11101 | 11101 | 100111110 | 1100100 | 100011 |
Color Harmonies of #B4007F
Complementary color
Monochromatic Colors of #B4007F
Black with #B4007F
Text Example
Text Example
White with #B4007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4007F; }
p { color: rgb(180,0,127); }
H1.HeaderClassName
{
color: #B4007F;
}
.AnyTagClassName
{
color: #B4007F;
}
</style>
background-color css
<style>
a { background-color: #B4007F; }
a { background-color: rgb(180,0,127); }
div.DivClassName
{
background-color: #B4007F;
}
.BgClassName
{
background-color: #B4007F;
}
</style>
border-color css
<style>
span { border-color: #B4007F; }
span { border-color: rgb(180,0,127); }
td.TdClassName
{
border-color: #B4007F;
}
.TagClassName
{
border-color: #B4007F;
}
</style>