Shades of Medium Violet Red #B10390
Tints of Medium Violet Red #B10390
RGB
CMYK
RGB Variations
Color information
#B10390 (or 0xB10390) is known color: Medium Violet Red. HEX triplet: B1, 03 and 90. RGB value is (177,3,144). Sum of RGB (Red+Green+Blue) = 177+3+144=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B10390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10390 is #4EFC6F. Grayscale: #464646. Windows color (decimal): -5176432 or 9438129. OLE color: 9438129.
HSL color Cylindrical-coordinate representation of color #B10390: hue angle of 311.38º 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 #B10390 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.31 |
| HSL | 311.38º | 0.97% | 0.35% | - |
| HSV(B) | 311.38º | 0.98% | 0.69% | - |
| XYZ | 23.2 | 11.43 | 27.37 | - |
| YUV | 71.1 | 169.15 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 144 | 0 | 0.98 | 0.19 | 0.31 | 311.38 | 0.97 | 0.35 |
| Hex | B1 | 3 | 90 | 0 | 62 | 13 | 1F | 137 | 61 | 23 |
| Octal | 261 | 3 | 220 | 0 | 142 | 23 | 37 | 467 | 141 | 43 |
| Binary | 10110001 | 11 | 10010000 | 0 | 1100010 | 10011 | 11111 | 100110111 | 1100001 | 100011 |
Color Harmonies of #B10390
Complementary color
Monochromatic Colors of #B10390
Black with #B10390
Text Example
Text Example
White with #B10390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10390; }
p { color: rgb(177,3,144); }
H1.HeaderClassName
{
color: #B10390;
}
.AnyTagClassName
{
color: #B10390;
}
</style>
background-color css
<style>
a { background-color: #B10390; }
a { background-color: rgb(177,3,144); }
div.DivClassName
{
background-color: #B10390;
}
.BgClassName
{
background-color: #B10390;
}
</style>
border-color css
<style>
span { border-color: #B10390; }
span { border-color: rgb(177,3,144); }
td.TdClassName
{
border-color: #B10390;
}
.TagClassName
{
border-color: #B10390;
}
</style>