Shades of Medium Violet Red #B40F7B
Tints of Medium Violet Red #B40F7B
RGB
CMYK
RGB Variations
Color information
#B40F7B (or 0xB40F7B) is known color: Medium Violet Red. HEX triplet: B4, 0F and 7B. RGB value is (180,15,123). Sum of RGB (Red+Green+Blue) = 180+15+123=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40F7B is #4BF084. Grayscale: #4C4C4C. Windows color (decimal): -4976773 or 8064948. OLE color: 8064948.
HSL color Cylindrical-coordinate representation of color #B40F7B: hue angle of 320.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40F7B is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 123 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.29 |
| HSL | 320.73º | 0.85% | 0.38% | - |
| HSV(B) | 320.73º | 0.92% | 0.71% | - |
| XYZ | 22.57 | 11.48 | 19.76 | - |
| YUV | 76.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 123 | 0 | 0.92 | 0.32 | 0.29 | 320.73 | 0.85 | 0.38 |
| Hex | B4 | F | 7B | 0 | 5C | 20 | 1D | 141 | 55 | 26 |
| Octal | 264 | 17 | 173 | 0 | 134 | 40 | 35 | 501 | 125 | 46 |
| Binary | 10110100 | 1111 | 1111011 | 0 | 1011100 | 100000 | 11101 | 101000001 | 1010101 | 100110 |
Color Harmonies of #B40F7B
Complementary color
Monochromatic Colors of #B40F7B
Black with #B40F7B
Text Example
Text Example
White with #B40F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F7B; }
p { color: rgb(180,15,123); }
H1.HeaderClassName
{
color: #B40F7B;
}
.AnyTagClassName
{
color: #B40F7B;
}
</style>
background-color css
<style>
a { background-color: #B40F7B; }
a { background-color: rgb(180,15,123); }
div.DivClassName
{
background-color: #B40F7B;
}
.BgClassName
{
background-color: #B40F7B;
}
</style>
border-color css
<style>
span { border-color: #B40F7B; }
span { border-color: rgb(180,15,123); }
td.TdClassName
{
border-color: #B40F7B;
}
.TagClassName
{
border-color: #B40F7B;
}
</style>