Shades of Medium Violet Red #B10393
Tints of Medium Violet Red #B10393
RGB
CMYK
RGB Variations
Color information
#B10393 (or 0xB10393) is known color: Medium Violet Red. HEX triplet: B1, 03 and 93. RGB value is (177,3,147). Sum of RGB (Red+Green+Blue) = 177+3+147=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B10393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10393 is #4EFC6C. Grayscale: #474747. Windows color (decimal): -5176429 or 9634737. OLE color: 9634737.
HSL color Cylindrical-coordinate representation of color #B10393: hue angle of 310.34º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B10393 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 3 | 147 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.31 |
| HSL | 310.34º | 0.97% | 0.35% | - |
| HSV(B) | 310.34º | 0.98% | 0.69% | - |
| XYZ | 23.43 | 11.52 | 28.59 | - |
| YUV | 71.44 | 170.65 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 147 | 0 | 0.98 | 0.17 | 0.31 | 310.34 | 0.97 | 0.35 |
| Hex | B1 | 3 | 93 | 0 | 62 | 11 | 1F | 136 | 61 | 23 |
| Octal | 261 | 3 | 223 | 0 | 142 | 21 | 37 | 466 | 141 | 43 |
| Binary | 10110001 | 11 | 10010011 | 0 | 1100010 | 10001 | 11111 | 100110110 | 1100001 | 100011 |
Color Harmonies of #B10393
Complementary color
Monochromatic Colors of #B10393
Black with #B10393
Text Example
Text Example
White with #B10393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10393; }
p { color: rgb(177,3,147); }
H1.HeaderClassName
{
color: #B10393;
}
.AnyTagClassName
{
color: #B10393;
}
</style>
background-color css
<style>
a { background-color: #B10393; }
a { background-color: rgb(177,3,147); }
div.DivClassName
{
background-color: #B10393;
}
.BgClassName
{
background-color: #B10393;
}
</style>
border-color css
<style>
span { border-color: #B10393; }
span { border-color: rgb(177,3,147); }
td.TdClassName
{
border-color: #B10393;
}
.TagClassName
{
border-color: #B10393;
}
</style>