Shades of Medium Orchid #B940EA
Tints of Medium Orchid #B940EA
RGB
CMYK
RGB Variations
Color information
#B940EA (or 0xB940EA) is known color: Medium Orchid. HEX triplet: B9, 40 and EA. RGB value is (185,64,234). Sum of RGB (Red+Green+Blue) = 185+64+234=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #B940EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B940EA is #46BF15. Grayscale: #767676. Windows color (decimal): -4636438 or 15351993. OLE color: 15351993.
HSL color Cylindrical-coordinate representation of color #B940EA: hue angle of 282.71º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B940EA is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 64 | 234 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.08 |
| HSL | 282.71º | 0.8% | 0.58% | - |
| HSV(B) | 282.71º | 0.73% | 0.92% | - |
| XYZ | 36.69 | 19.92 | 79.75 | - |
| YUV | 119.56 | 192.59 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 234 | 0.21 | 0.73 | 0 | 0.08 | 282.71 | 0.8 | 0.58 |
| Hex | B9 | 40 | EA | 15 | 49 | 0 | 8 | 11B | 50 | 3A |
| Octal | 271 | 100 | 352 | 25 | 111 | 0 | 10 | 433 | 120 | 72 |
| Binary | 10111001 | 1000000 | 11101010 | 10101 | 1001001 | 0 | 1000 | 100011011 | 1010000 | 111010 |
Color Harmonies of #B940EA
Complementary color
Monochromatic Colors of #B940EA
Black with #B940EA
Text Example
Text Example
White with #B940EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B940EA; }
p { color: rgb(185,64,234); }
H1.HeaderClassName
{
color: #B940EA;
}
.AnyTagClassName
{
color: #B940EA;
}
</style>
background-color css
<style>
a { background-color: #B940EA; }
a { background-color: rgb(185,64,234); }
div.DivClassName
{
background-color: #B940EA;
}
.BgClassName
{
background-color: #B940EA;
}
</style>
border-color css
<style>
span { border-color: #B940EA; }
span { border-color: rgb(185,64,234); }
td.TdClassName
{
border-color: #B940EA;
}
.TagClassName
{
border-color: #B940EA;
}
</style>