Shades of Medium Orchid #B93FE9
Tints of Medium Orchid #B93FE9
RGB
CMYK
RGB Variations
Color information
#B93FE9 (or 0xB93FE9) is known color: Medium Orchid. HEX triplet: B9, 3F and E9. RGB value is (185,63,233). Sum of RGB (Red+Green+Blue) = 185+63+233=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #B93FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93FE9 is #46C016. Grayscale: #767676. Windows color (decimal): -4636695 or 15286201. OLE color: 15286201.
HSL color Cylindrical-coordinate representation of color #B93FE9: hue angle of 283.06º degrees, saturation: 0.79, 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 #B93FE9 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 63 | 233 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.09 |
| HSL | 283.06º | 0.79% | 0.58% | - |
| HSV(B) | 283.06º | 0.73% | 0.91% | - |
| XYZ | 36.49 | 19.75 | 78.98 | - |
| YUV | 118.86 | 192.42 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 233 | 0.21 | 0.73 | 0 | 0.09 | 283.06 | 0.79 | 0.58 |
| Hex | B9 | 3F | E9 | 15 | 49 | 0 | 9 | 11B | 4F | 3A |
| Octal | 271 | 77 | 351 | 25 | 111 | 0 | 11 | 433 | 117 | 72 |
| Binary | 10111001 | 111111 | 11101001 | 10101 | 1001001 | 0 | 1001 | 100011011 | 1001111 | 111010 |
Color Harmonies of #B93FE9
Complementary color
Monochromatic Colors of #B93FE9
Black with #B93FE9
Text Example
Text Example
White with #B93FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FE9; }
p { color: rgb(185,63,233); }
H1.HeaderClassName
{
color: #B93FE9;
}
.AnyTagClassName
{
color: #B93FE9;
}
</style>
background-color css
<style>
a { background-color: #B93FE9; }
a { background-color: rgb(185,63,233); }
div.DivClassName
{
background-color: #B93FE9;
}
.BgClassName
{
background-color: #B93FE9;
}
</style>
border-color css
<style>
span { border-color: #B93FE9; }
span { border-color: rgb(185,63,233); }
td.TdClassName
{
border-color: #B93FE9;
}
.TagClassName
{
border-color: #B93FE9;
}
</style>