Shades of Medium Orchid #B93EE9
Tints of Medium Orchid #B93EE9
RGB
CMYK
RGB Variations
Color information
#B93EE9 (or 0xB93EE9) is known color: Medium Orchid. HEX triplet: B9, 3E and E9. RGB value is (185,62,233). Sum of RGB (Red+Green+Blue) = 185+62+233=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 62 (24.61% from 255 or 12.92% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #B93EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93EE9 is #46C116. Grayscale: #757575. Windows color (decimal): -4636951 or 15285945. OLE color: 15285945.
HSL color Cylindrical-coordinate representation of color #B93EE9: hue angle of 283.16º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93EE9 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 62 | 233 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.09 |
| HSL | 283.16º | 0.8% | 0.58% | - |
| HSV(B) | 283.16º | 0.73% | 0.91% | - |
| XYZ | 36.44 | 19.64 | 78.96 | - |
| YUV | 118.27 | 192.75 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 233 | 0.21 | 0.73 | 0 | 0.09 | 283.16 | 0.8 | 0.58 |
| Hex | B9 | 3E | E9 | 15 | 49 | 0 | 9 | 11B | 50 | 3A |
| Octal | 271 | 76 | 351 | 25 | 111 | 0 | 11 | 433 | 120 | 72 |
| Binary | 10111001 | 111110 | 11101001 | 10101 | 1001001 | 0 | 1001 | 100011011 | 1010000 | 111010 |
Color Harmonies of #B93EE9
Complementary color
Monochromatic Colors of #B93EE9
Black with #B93EE9
Text Example
Text Example
White with #B93EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93EE9; }
p { color: rgb(185,62,233); }
H1.HeaderClassName
{
color: #B93EE9;
}
.AnyTagClassName
{
color: #B93EE9;
}
</style>
background-color css
<style>
a { background-color: #B93EE9; }
a { background-color: rgb(185,62,233); }
div.DivClassName
{
background-color: #B93EE9;
}
.BgClassName
{
background-color: #B93EE9;
}
</style>
border-color css
<style>
span { border-color: #B93EE9; }
span { border-color: rgb(185,62,233); }
td.TdClassName
{
border-color: #B93EE9;
}
.TagClassName
{
border-color: #B93EE9;
}
</style>