Shades of Medium Violet Red #B90293
Tints of Medium Violet Red #B90293
RGB
CMYK
RGB Variations
Color information
#B90293 (or 0xB90293) is known color: Medium Violet Red. HEX triplet: B9, 02 and 93. RGB value is (185,2,147). Sum of RGB (Red+Green+Blue) = 185+2+147=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B90293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90293 is #46FD6C. Grayscale: #484848. Windows color (decimal): -4652397 or 9634489. OLE color: 9634489.
HSL color Cylindrical-coordinate representation of color #B90293: hue angle of 312.46º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90293 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.27 |
| HSL | 312.46º | 0.98% | 0.37% | - |
| HSV(B) | 312.46º | 0.99% | 0.73% | - |
| XYZ | 25.3 | 12.46 | 28.68 | - |
| YUV | 73.25 | 169.63 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 147 | 0 | 0.99 | 0.21 | 0.27 | 312.46 | 0.98 | 0.37 |
| Hex | B9 | 2 | 93 | 0 | 63 | 15 | 1B | 138 | 62 | 25 |
| Octal | 271 | 2 | 223 | 0 | 143 | 25 | 33 | 470 | 142 | 45 |
| Binary | 10111001 | 10 | 10010011 | 0 | 1100011 | 10101 | 11011 | 100111000 | 1100010 | 100101 |
Color Harmonies of #B90293
Complementary color
Monochromatic Colors of #B90293
Black with #B90293
Text Example
Text Example
White with #B90293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90293; }
p { color: rgb(185,2,147); }
H1.HeaderClassName
{
color: #B90293;
}
.AnyTagClassName
{
color: #B90293;
}
</style>
background-color css
<style>
a { background-color: #B90293; }
a { background-color: rgb(185,2,147); }
div.DivClassName
{
background-color: #B90293;
}
.BgClassName
{
background-color: #B90293;
}
</style>
border-color css
<style>
span { border-color: #B90293; }
span { border-color: rgb(185,2,147); }
td.TdClassName
{
border-color: #B90293;
}
.TagClassName
{
border-color: #B90293;
}
</style>