Shades of Medium Orchid #B940EE
Tints of Medium Orchid #B940EE
RGB
CMYK
RGB Variations
Color information
#B940EE (or 0xB940EE) is known color: Medium Orchid. HEX triplet: B9, 40 and EE. RGB value is (185,64,238). Sum of RGB (Red+Green+Blue) = 185+64+238=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #B940EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B940EE is #46BF11. Grayscale: #777777. Windows color (decimal): -4636434 or 15614137. OLE color: 15614137.
HSL color Cylindrical-coordinate representation of color #B940EE: hue angle of 281.72º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B940EE is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 64 | 238 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.07 |
| HSL | 281.72º | 0.84% | 0.59% | - |
| HSV(B) | 281.72º | 0.73% | 0.93% | - |
| XYZ | 37.27 | 20.15 | 82.81 | - |
| YUV | 120.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 238 | 0.22 | 0.73 | 0 | 0.07 | 281.72 | 0.84 | 0.59 |
| Hex | B9 | 40 | EE | 16 | 49 | 0 | 7 | 11A | 54 | 3B |
| Octal | 271 | 100 | 356 | 26 | 111 | 0 | 7 | 432 | 124 | 73 |
| Binary | 10111001 | 1000000 | 11101110 | 10110 | 1001001 | 0 | 111 | 100011010 | 1010100 | 111011 |
Color Harmonies of #B940EE
Complementary color
Monochromatic Colors of #B940EE
Black with #B940EE
Text Example
Text Example
White with #B940EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B940EE; }
p { color: rgb(185,64,238); }
H1.HeaderClassName
{
color: #B940EE;
}
.AnyTagClassName
{
color: #B940EE;
}
</style>
background-color css
<style>
a { background-color: #B940EE; }
a { background-color: rgb(185,64,238); }
div.DivClassName
{
background-color: #B940EE;
}
.BgClassName
{
background-color: #B940EE;
}
</style>
border-color css
<style>
span { border-color: #B940EE; }
span { border-color: rgb(185,64,238); }
td.TdClassName
{
border-color: #B940EE;
}
.TagClassName
{
border-color: #B940EE;
}
</style>