Shades of Medium Violet Red #B40C7B
Tints of Medium Violet Red #B40C7B
RGB
CMYK
RGB Variations
Color information
#B40C7B (or 0xB40C7B) is known color: Medium Violet Red. HEX triplet: B4, 0C and 7B. RGB value is (180,12,123). Sum of RGB (Red+Green+Blue) = 180+12+123=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C7B is #4BF384. Grayscale: #4A4A4A. Windows color (decimal): -4977541 or 8064180. OLE color: 8064180.
HSL color Cylindrical-coordinate representation of color #B40C7B: hue angle of 320.36º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40C7B is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 123 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.29 |
| HSL | 320.36º | 0.88% | 0.38% | - |
| HSV(B) | 320.36º | 0.93% | 0.71% | - |
| XYZ | 22.53 | 11.4 | 19.75 | - |
| YUV | 74.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 123 | 0 | 0.93 | 0.32 | 0.29 | 320.36 | 0.88 | 0.38 |
| Hex | B4 | C | 7B | 0 | 5D | 20 | 1D | 140 | 58 | 26 |
| Octal | 264 | 14 | 173 | 0 | 135 | 40 | 35 | 500 | 130 | 46 |
| Binary | 10110100 | 1100 | 1111011 | 0 | 1011101 | 100000 | 11101 | 101000000 | 1011000 | 100110 |
Color Harmonies of #B40C7B
Complementary color
Monochromatic Colors of #B40C7B
Black with #B40C7B
Text Example
Text Example
White with #B40C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C7B; }
p { color: rgb(180,12,123); }
H1.HeaderClassName
{
color: #B40C7B;
}
.AnyTagClassName
{
color: #B40C7B;
}
</style>
background-color css
<style>
a { background-color: #B40C7B; }
a { background-color: rgb(180,12,123); }
div.DivClassName
{
background-color: #B40C7B;
}
.BgClassName
{
background-color: #B40C7B;
}
</style>
border-color css
<style>
span { border-color: #B40C7B; }
span { border-color: rgb(180,12,123); }
td.TdClassName
{
border-color: #B40C7B;
}
.TagClassName
{
border-color: #B40C7B;
}
</style>