Shades of Medium Violet Red #B40792
Tints of Medium Violet Red #B40792
RGB
CMYK
RGB Variations
Color information
#B40792 (or 0xB40792) is known color: Medium Violet Red. HEX triplet: B4, 07 and 92. RGB value is (180,7,146). Sum of RGB (Red+Green+Blue) = 180+7+146=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B40792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40792 is #4BF86D. Grayscale: #4A4A4A. Windows color (decimal): -4978798 or 9570228. OLE color: 9570228.
HSL color Cylindrical-coordinate representation of color #B40792: hue angle of 311.79º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40792 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 146 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.29 |
| HSL | 311.79º | 0.93% | 0.37% | - |
| HSV(B) | 311.79º | 0.96% | 0.71% | - |
| XYZ | 24.09 | 11.93 | 28.23 | - |
| YUV | 74.57 | 168.31 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 146 | 0 | 0.96 | 0.19 | 0.29 | 311.79 | 0.93 | 0.37 |
| Hex | B4 | 7 | 92 | 0 | 60 | 13 | 1D | 138 | 5D | 25 |
| Octal | 264 | 7 | 222 | 0 | 140 | 23 | 35 | 470 | 135 | 45 |
| Binary | 10110100 | 111 | 10010010 | 0 | 1100000 | 10011 | 11101 | 100111000 | 1011101 | 100101 |
Color Harmonies of #B40792
Complementary color
Monochromatic Colors of #B40792
Black with #B40792
Text Example
Text Example
White with #B40792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40792; }
p { color: rgb(180,7,146); }
H1.HeaderClassName
{
color: #B40792;
}
.AnyTagClassName
{
color: #B40792;
}
</style>
background-color css
<style>
a { background-color: #B40792; }
a { background-color: rgb(180,7,146); }
div.DivClassName
{
background-color: #B40792;
}
.BgClassName
{
background-color: #B40792;
}
</style>
border-color css
<style>
span { border-color: #B40792; }
span { border-color: rgb(180,7,146); }
td.TdClassName
{
border-color: #B40792;
}
.TagClassName
{
border-color: #B40792;
}
</style>