Shades of Medium Violet Red #B40193
Tints of Medium Violet Red #B40193
RGB
CMYK
RGB Variations
Color information
#B40193 (or 0xB40193) is known color: Medium Violet Red. HEX triplet: B4, 01 and 93. RGB value is (180,1,147). Sum of RGB (Red+Green+Blue) = 180+1+147=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B40193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40193 is #4BFE6C. Grayscale: #464646. Windows color (decimal): -4980333 or 9634228. OLE color: 9634228.
HSL color Cylindrical-coordinate representation of color #B40193: hue angle of 311.06º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40193 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 147 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.29 |
| HSL | 311.06º | 0.99% | 0.35% | - |
| HSV(B) | 311.06º | 0.99% | 0.71% | - |
| XYZ | 24.1 | 11.83 | 28.62 | - |
| YUV | 71.17 | 170.8 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 147 | 0 | 0.99 | 0.18 | 0.29 | 311.06 | 0.99 | 0.35 |
| Hex | B4 | 1 | 93 | 0 | 63 | 12 | 1D | 137 | 63 | 23 |
| Octal | 264 | 1 | 223 | 0 | 143 | 22 | 35 | 467 | 143 | 43 |
| Binary | 10110100 | 1 | 10010011 | 0 | 1100011 | 10010 | 11101 | 100110111 | 1100011 | 100011 |
Color Harmonies of #B40193
Complementary color
Monochromatic Colors of #B40193
Black with #B40193
Text Example
Text Example
White with #B40193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40193; }
p { color: rgb(180,1,147); }
H1.HeaderClassName
{
color: #B40193;
}
.AnyTagClassName
{
color: #B40193;
}
</style>
background-color css
<style>
a { background-color: #B40193; }
a { background-color: rgb(180,1,147); }
div.DivClassName
{
background-color: #B40193;
}
.BgClassName
{
background-color: #B40193;
}
</style>
border-color css
<style>
span { border-color: #B40193; }
span { border-color: rgb(180,1,147); }
td.TdClassName
{
border-color: #B40193;
}
.TagClassName
{
border-color: #B40193;
}
</style>