Shades of Medium Violet Red #B4007B
Tints of Medium Violet Red #B4007B
RGB
CMYK
RGB Variations
Color information
#B4007B (or 0xB4007B) is known color: Medium Violet Red. HEX triplet: B4, 00 and 7B. RGB value is (180,0,123). Sum of RGB (Red+Green+Blue) = 180+0+123=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B4007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4007B is #4BFF84. Grayscale: #434343. Windows color (decimal): -4980613 or 8061108. OLE color: 8061108.
HSL color Cylindrical-coordinate representation of color #B4007B: hue angle of 319º 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 #B4007B is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.32 | 0.29 |
| HSL | 319º | 1% | 0.35% | - |
| HSV(B) | 319º | 1% | 0.71% | - |
| XYZ | 22.4 | 11.13 | 19.71 | - |
| YUV | 67.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 123 | 0 | 1 | 0.32 | 0.29 | 319 | 1 | 0.35 |
| Hex | B4 | 0 | 7B | 0 | 64 | 20 | 1D | 13F | 64 | 23 |
| Octal | 264 | 0 | 173 | 0 | 144 | 40 | 35 | 477 | 144 | 43 |
| Binary | 10110100 | 0 | 1111011 | 0 | 1100100 | 100000 | 11101 | 100111111 | 1100100 | 100011 |
Color Harmonies of #B4007B
Complementary color
Monochromatic Colors of #B4007B
Black with #B4007B
Text Example
Text Example
White with #B4007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4007B; }
p { color: rgb(180,0,123); }
H1.HeaderClassName
{
color: #B4007B;
}
.AnyTagClassName
{
color: #B4007B;
}
</style>
background-color css
<style>
a { background-color: #B4007B; }
a { background-color: rgb(180,0,123); }
div.DivClassName
{
background-color: #B4007B;
}
.BgClassName
{
background-color: #B4007B;
}
</style>
border-color css
<style>
span { border-color: #B4007B; }
span { border-color: rgb(180,0,123); }
td.TdClassName
{
border-color: #B4007B;
}
.TagClassName
{
border-color: #B4007B;
}
</style>