Shades of Medium Violet Red #B40C83
Tints of Medium Violet Red #B40C83
RGB
CMYK
RGB Variations
Color information
#B40C83 (or 0xB40C83) is known color: Medium Violet Red. HEX triplet: B4, 0C and 83. RGB value is (180,12,131). Sum of RGB (Red+Green+Blue) = 180+12+131=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C83 is #4BF37C. Grayscale: #4B4B4B. Windows color (decimal): -4977533 or 8588468. OLE color: 8588468.
HSL color Cylindrical-coordinate representation of color #B40C83: hue angle of 317.5º 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 #B40C83 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 131 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.29 |
| HSL | 317.5º | 0.88% | 0.38% | - |
| HSV(B) | 317.5º | 0.93% | 0.71% | - |
| XYZ | 23.05 | 11.6 | 22.5 | - |
| YUV | 75.8 | 159.16 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 131 | 0 | 0.93 | 0.27 | 0.29 | 317.5 | 0.88 | 0.38 |
| Hex | B4 | C | 83 | 0 | 5D | 1B | 1D | 13E | 58 | 26 |
| Octal | 264 | 14 | 203 | 0 | 135 | 33 | 35 | 476 | 130 | 46 |
| Binary | 10110100 | 1100 | 10000011 | 0 | 1011101 | 11011 | 11101 | 100111110 | 1011000 | 100110 |
Color Harmonies of #B40C83
Complementary color
Monochromatic Colors of #B40C83
Black with #B40C83
Text Example
Text Example
White with #B40C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C83; }
p { color: rgb(180,12,131); }
H1.HeaderClassName
{
color: #B40C83;
}
.AnyTagClassName
{
color: #B40C83;
}
</style>
background-color css
<style>
a { background-color: #B40C83; }
a { background-color: rgb(180,12,131); }
div.DivClassName
{
background-color: #B40C83;
}
.BgClassName
{
background-color: #B40C83;
}
</style>
border-color css
<style>
span { border-color: #B40C83; }
span { border-color: rgb(180,12,131); }
td.TdClassName
{
border-color: #B40C83;
}
.TagClassName
{
border-color: #B40C83;
}
</style>