Shades of Medium Orchid #B93EE8
Tints of Medium Orchid #B93EE8
RGB
CMYK
RGB Variations
Color information
#B93EE8 (or 0xB93EE8) is known color: Medium Orchid. HEX triplet: B9, 3E and E8. RGB value is (185,62,232). Sum of RGB (Red+Green+Blue) = 185+62+232=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #B93EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93EE8 is #46C117. Grayscale: #757575. Windows color (decimal): -4636952 or 15220409. OLE color: 15220409.
HSL color Cylindrical-coordinate representation of color #B93EE8: hue angle of 283.41º 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 #B93EE8 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 62 | 232 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.09 |
| HSL | 283.41º | 0.79% | 0.58% | - |
| HSV(B) | 283.41º | 0.73% | 0.91% | - |
| XYZ | 36.3 | 19.59 | 78.21 | - |
| YUV | 118.16 | 192.25 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 232 | 0.20 | 0.73 | 0 | 0.09 | 283.41 | 0.79 | 0.58 |
| Hex | B9 | 3E | E8 | 14 | 49 | 0 | 9 | 11B | 4F | 3A |
| Octal | 271 | 76 | 350 | 24 | 111 | 0 | 11 | 433 | 117 | 72 |
| Binary | 10111001 | 111110 | 11101000 | 10100 | 1001001 | 0 | 1001 | 100011011 | 1001111 | 111010 |
Color Harmonies of #B93EE8
Complementary color
Monochromatic Colors of #B93EE8
Black with #B93EE8
Text Example
Text Example
White with #B93EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93EE8; }
p { color: rgb(185,62,232); }
H1.HeaderClassName
{
color: #B93EE8;
}
.AnyTagClassName
{
color: #B93EE8;
}
</style>
background-color css
<style>
a { background-color: #B93EE8; }
a { background-color: rgb(185,62,232); }
div.DivClassName
{
background-color: #B93EE8;
}
.BgClassName
{
background-color: #B93EE8;
}
</style>
border-color css
<style>
span { border-color: #B93EE8; }
span { border-color: rgb(185,62,232); }
td.TdClassName
{
border-color: #B93EE8;
}
.TagClassName
{
border-color: #B93EE8;
}
</style>