Shades of Medium Orchid #B93EE1
Tints of Medium Orchid #B93EE1
RGB
CMYK
RGB Variations
Color information
#B93EE1 (or 0xB93EE1) is known color: Medium Orchid. HEX triplet: B9, 3E and E1. RGB value is (185,62,225). Sum of RGB (Red+Green+Blue) = 185+62+225=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #B93EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93EE1 is #46C11E. Grayscale: #747474. Windows color (decimal): -4636959 or 14761657. OLE color: 14761657.
HSL color Cylindrical-coordinate representation of color #B93EE1: hue angle of 285.28º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93EE1 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 62 | 225 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.12 |
| HSL | 285.28º | 0.73% | 0.56% | - |
| HSV(B) | 285.28º | 0.72% | 0.88% | - |
| XYZ | 35.32 | 19.2 | 73.08 | - |
| YUV | 117.36 | 188.75 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 225 | 0.18 | 0.72 | 0 | 0.12 | 285.28 | 0.73 | 0.56 |
| Hex | B9 | 3E | E1 | 12 | 48 | 0 | C | 11D | 49 | 38 |
| Octal | 271 | 76 | 341 | 22 | 110 | 0 | 14 | 435 | 111 | 70 |
| Binary | 10111001 | 111110 | 11100001 | 10010 | 1001000 | 0 | 1100 | 100011101 | 1001001 | 111000 |
Color Harmonies of #B93EE1
Complementary color
Monochromatic Colors of #B93EE1
Black with #B93EE1
Text Example
Text Example
White with #B93EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93EE1; }
p { color: rgb(185,62,225); }
H1.HeaderClassName
{
color: #B93EE1;
}
.AnyTagClassName
{
color: #B93EE1;
}
</style>
background-color css
<style>
a { background-color: #B93EE1; }
a { background-color: rgb(185,62,225); }
div.DivClassName
{
background-color: #B93EE1;
}
.BgClassName
{
background-color: #B93EE1;
}
</style>
border-color css
<style>
span { border-color: #B93EE1; }
span { border-color: rgb(185,62,225); }
td.TdClassName
{
border-color: #B93EE1;
}
.TagClassName
{
border-color: #B93EE1;
}
</style>