Shades of Medium Violet Red #B40093
Tints of Medium Violet Red #B40093
RGB
CMYK
RGB Variations
Color information
#B40093 (or 0xB40093) is known color: Medium Violet Red. HEX triplet: B4, 00 and 93. RGB value is (180,0,147). Sum of RGB (Red+Green+Blue) = 180+0+147=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B40093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40093 is #4BFF6C. Grayscale: #464646. Windows color (decimal): -4980589 or 9633972. OLE color: 9633972.
HSL color Cylindrical-coordinate representation of color #B40093: hue angle of 311º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40093 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.18 | 0.29 |
| HSL | 311º | 1% | 0.35% | - |
| HSV(B) | 311º | 1% | 0.71% | - |
| XYZ | 24.09 | 11.81 | 28.61 | - |
| YUV | 70.58 | 171.13 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 147 | 0 | 1 | 0.18 | 0.29 | 311 | 1 | 0.35 |
| Hex | B4 | 0 | 93 | 0 | 64 | 12 | 1D | 137 | 64 | 23 |
| Octal | 264 | 0 | 223 | 0 | 144 | 22 | 35 | 467 | 144 | 43 |
| Binary | 10110100 | 0 | 10010011 | 0 | 1100100 | 10010 | 11101 | 100110111 | 1100100 | 100011 |
Color Harmonies of #B40093
Complementary color
Monochromatic Colors of #B40093
Black with #B40093
Text Example
Text Example
White with #B40093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40093; }
p { color: rgb(180,0,147); }
H1.HeaderClassName
{
color: #B40093;
}
.AnyTagClassName
{
color: #B40093;
}
</style>
background-color css
<style>
a { background-color: #B40093; }
a { background-color: rgb(180,0,147); }
div.DivClassName
{
background-color: #B40093;
}
.BgClassName
{
background-color: #B40093;
}
</style>
border-color css
<style>
span { border-color: #B40093; }
span { border-color: rgb(180,0,147); }
td.TdClassName
{
border-color: #B40093;
}
.TagClassName
{
border-color: #B40093;
}
</style>