Shades of Medium Violet Red #B10093
Tints of Medium Violet Red #B10093
RGB
CMYK
RGB Variations
Color information
#B10093 (or 0xB10093) is known color: Medium Violet Red. HEX triplet: B1, 00 and 93. RGB value is (177,0,147). Sum of RGB (Red+Green+Blue) = 177+0+147=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B10093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10093 is #4EFF6C. Grayscale: #454545. Windows color (decimal): -5177197 or 9633969. OLE color: 9633969.
HSL color Cylindrical-coordinate representation of color #B10093: hue angle of 310.17º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10093 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.17 | 0.31 |
| HSL | 310.17º | 1% | 0.35% | - |
| HSV(B) | 310.17º | 1% | 0.69% | - |
| XYZ | 23.4 | 11.45 | 28.58 | - |
| YUV | 69.68 | 171.64 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 147 | 0 | 1 | 0.17 | 0.31 | 310.17 | 1 | 0.35 |
| Hex | B1 | 0 | 93 | 0 | 64 | 11 | 1F | 136 | 64 | 23 |
| Octal | 261 | 0 | 223 | 0 | 144 | 21 | 37 | 466 | 144 | 43 |
| Binary | 10110001 | 0 | 10010011 | 0 | 1100100 | 10001 | 11111 | 100110110 | 1100100 | 100011 |
Color Harmonies of #B10093
Complementary color
Monochromatic Colors of #B10093
Black with #B10093
Text Example
Text Example
White with #B10093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10093; }
p { color: rgb(177,0,147); }
H1.HeaderClassName
{
color: #B10093;
}
.AnyTagClassName
{
color: #B10093;
}
</style>
background-color css
<style>
a { background-color: #B10093; }
a { background-color: rgb(177,0,147); }
div.DivClassName
{
background-color: #B10093;
}
.BgClassName
{
background-color: #B10093;
}
</style>
border-color css
<style>
span { border-color: #B10093; }
span { border-color: rgb(177,0,147); }
td.TdClassName
{
border-color: #B10093;
}
.TagClassName
{
border-color: #B10093;
}
</style>