Shades of Medium Red Violet #B93EA0
Tints of Medium Red Violet #B93EA0
RGB
CMYK
RGB Variations
Color information
#B93EA0 (or 0xB93EA0) is known color: Medium Red Violet. HEX triplet: B9, 3E and A0. RGB value is (185,62,160). Sum of RGB (Red+Green+Blue) = 185+62+160=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B93EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93EA0 is #46C15F. Grayscale: #6D6D6D. Windows color (decimal): -4637024 or 10501817. OLE color: 10501817.
HSL color Cylindrical-coordinate representation of color #B93EA0: hue angle of 312.2º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93EA0 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 62 | 160 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.27 |
| HSL | 312.2º | 0.5% | 0.48% | - |
| HSV(B) | 312.2º | 0.66% | 0.73% | - |
| XYZ | 28.08 | 16.3 | 34.92 | - |
| YUV | 109.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 160 | 0 | 0.66 | 0.14 | 0.27 | 312.2 | 0.5 | 0.48 |
| Hex | B9 | 3E | A0 | 0 | 42 | E | 1B | 138 | 32 | 30 |
| Octal | 271 | 76 | 240 | 0 | 102 | 16 | 33 | 470 | 62 | 60 |
| Binary | 10111001 | 111110 | 10100000 | 0 | 1000010 | 1110 | 11011 | 100111000 | 110010 | 110000 |
Color Harmonies of #B93EA0
Complementary color
Monochromatic Colors of #B93EA0
Black with #B93EA0
Text Example
Text Example
White with #B93EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93EA0; }
p { color: rgb(185,62,160); }
H1.HeaderClassName
{
color: #B93EA0;
}
.AnyTagClassName
{
color: #B93EA0;
}
</style>
background-color css
<style>
a { background-color: #B93EA0; }
a { background-color: rgb(185,62,160); }
div.DivClassName
{
background-color: #B93EA0;
}
.BgClassName
{
background-color: #B93EA0;
}
</style>
border-color css
<style>
span { border-color: #B93EA0; }
span { border-color: rgb(185,62,160); }
td.TdClassName
{
border-color: #B93EA0;
}
.TagClassName
{
border-color: #B93EA0;
}
</style>