Shades of Medium Orchid #B93BEE
Tints of Medium Orchid #B93BEE
RGB
CMYK
RGB Variations
Color information
#B93BEE (or 0xB93BEE) is known color: Medium Orchid. HEX triplet: B9, 3B and EE. RGB value is (185,59,238). Sum of RGB (Red+Green+Blue) = 185+59+238=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #B93BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93BEE is #46C411. Grayscale: #747474. Windows color (decimal): -4637714 or 15612857. OLE color: 15612857.
HSL color Cylindrical-coordinate representation of color #B93BEE: hue angle of 282.23º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B93BEE is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 59 | 238 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.07 |
| HSL | 282.23º | 0.84% | 0.58% | - |
| HSV(B) | 282.23º | 0.75% | 0.93% | - |
| XYZ | 37 | 19.62 | 82.72 | - |
| YUV | 117.08 | 196.24 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 238 | 0.22 | 0.75 | 0 | 0.07 | 282.23 | 0.84 | 0.58 |
| Hex | B9 | 3B | EE | 16 | 4B | 0 | 7 | 11A | 54 | 3A |
| Octal | 271 | 73 | 356 | 26 | 113 | 0 | 7 | 432 | 124 | 72 |
| Binary | 10111001 | 111011 | 11101110 | 10110 | 1001011 | 0 | 111 | 100011010 | 1010100 | 111010 |
Color Harmonies of #B93BEE
Complementary color
Monochromatic Colors of #B93BEE
Black with #B93BEE
Text Example
Text Example
White with #B93BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93BEE; }
p { color: rgb(185,59,238); }
H1.HeaderClassName
{
color: #B93BEE;
}
.AnyTagClassName
{
color: #B93BEE;
}
</style>
background-color css
<style>
a { background-color: #B93BEE; }
a { background-color: rgb(185,59,238); }
div.DivClassName
{
background-color: #B93BEE;
}
.BgClassName
{
background-color: #B93BEE;
}
</style>
border-color css
<style>
span { border-color: #B93BEE; }
span { border-color: rgb(185,59,238); }
td.TdClassName
{
border-color: #B93BEE;
}
.TagClassName
{
border-color: #B93BEE;
}
</style>