Shades of Medium Violet Red #B40C93
Tints of Medium Violet Red #B40C93
RGB
CMYK
RGB Variations
Color information
#B40C93 (or 0xB40C93) is known color: Medium Violet Red. HEX triplet: B4, 0C and 93. RGB value is (180,12,147). Sum of RGB (Red+Green+Blue) = 180+12+147=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C93 is #4BF36C. Grayscale: #4D4D4D. Windows color (decimal): -4977517 or 9637044. OLE color: 9637044.
HSL color Cylindrical-coordinate representation of color #B40C93: hue angle of 311.79º 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 #B40C93 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 147 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.29 |
| HSL | 311.79º | 0.88% | 0.38% | - |
| HSV(B) | 311.79º | 0.93% | 0.71% | - |
| XYZ | 24.22 | 12.07 | 28.66 | - |
| YUV | 77.62 | 167.16 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 147 | 0 | 0.93 | 0.18 | 0.29 | 311.79 | 0.88 | 0.38 |
| Hex | B4 | C | 93 | 0 | 5D | 12 | 1D | 138 | 58 | 26 |
| Octal | 264 | 14 | 223 | 0 | 135 | 22 | 35 | 470 | 130 | 46 |
| Binary | 10110100 | 1100 | 10010011 | 0 | 1011101 | 10010 | 11101 | 100111000 | 1011000 | 100110 |
Color Harmonies of #B40C93
Complementary color
Monochromatic Colors of #B40C93
Black with #B40C93
Text Example
Text Example
White with #B40C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C93; }
p { color: rgb(180,12,147); }
H1.HeaderClassName
{
color: #B40C93;
}
.AnyTagClassName
{
color: #B40C93;
}
</style>
background-color css
<style>
a { background-color: #B40C93; }
a { background-color: rgb(180,12,147); }
div.DivClassName
{
background-color: #B40C93;
}
.BgClassName
{
background-color: #B40C93;
}
</style>
border-color css
<style>
span { border-color: #B40C93; }
span { border-color: rgb(180,12,147); }
td.TdClassName
{
border-color: #B40C93;
}
.TagClassName
{
border-color: #B40C93;
}
</style>