Shades of Medium Violet Red #B40293
Tints of Medium Violet Red #B40293
RGB
CMYK
RGB Variations
Color information
#B40293 (or 0xB40293) is known color: Medium Violet Red. HEX triplet: B4, 02 and 93. RGB value is (180,2,147). Sum of RGB (Red+Green+Blue) = 180+2+147=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B40293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40293 is #4BFD6C. Grayscale: #474747. Windows color (decimal): -4980077 or 9634484. OLE color: 9634484.
HSL color Cylindrical-coordinate representation of color #B40293: hue angle of 311.12º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40293 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.29 |
| HSL | 311.12º | 0.98% | 0.36% | - |
| HSV(B) | 311.12º | 0.99% | 0.71% | - |
| XYZ | 24.11 | 11.85 | 28.62 | - |
| YUV | 71.75 | 170.47 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 147 | 0 | 0.99 | 0.18 | 0.29 | 311.12 | 0.98 | 0.36 |
| Hex | B4 | 2 | 93 | 0 | 63 | 12 | 1D | 137 | 62 | 24 |
| Octal | 264 | 2 | 223 | 0 | 143 | 22 | 35 | 467 | 142 | 44 |
| Binary | 10110100 | 10 | 10010011 | 0 | 1100011 | 10010 | 11101 | 100110111 | 1100010 | 100100 |
Color Harmonies of #B40293
Complementary color
Monochromatic Colors of #B40293
Black with #B40293
Text Example
Text Example
White with #B40293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40293; }
p { color: rgb(180,2,147); }
H1.HeaderClassName
{
color: #B40293;
}
.AnyTagClassName
{
color: #B40293;
}
</style>
background-color css
<style>
a { background-color: #B40293; }
a { background-color: rgb(180,2,147); }
div.DivClassName
{
background-color: #B40293;
}
.BgClassName
{
background-color: #B40293;
}
</style>
border-color css
<style>
span { border-color: #B40293; }
span { border-color: rgb(180,2,147); }
td.TdClassName
{
border-color: #B40293;
}
.TagClassName
{
border-color: #B40293;
}
</style>