Shades of Medium Orchid #B940E8
Tints of Medium Orchid #B940E8
RGB
CMYK
RGB Variations
Color information
#B940E8 (or 0xB940E8) is known color: Medium Orchid. HEX triplet: B9, 40 and E8. RGB value is (185,64,232). Sum of RGB (Red+Green+Blue) = 185+64+232=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #B940E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B940E8 is #46BF17. Grayscale: #767676. Windows color (decimal): -4636440 or 15220921. OLE color: 15220921.
HSL color Cylindrical-coordinate representation of color #B940E8: hue angle of 283.21º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B940E8 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 64 | 232 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.09 |
| HSL | 283.21º | 0.79% | 0.58% | - |
| HSV(B) | 283.21º | 0.72% | 0.91% | - |
| XYZ | 36.41 | 19.81 | 78.25 | - |
| YUV | 119.33 | 191.59 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 232 | 0.20 | 0.72 | 0 | 0.09 | 283.21 | 0.79 | 0.58 |
| Hex | B9 | 40 | E8 | 14 | 48 | 0 | 9 | 11B | 4F | 3A |
| Octal | 271 | 100 | 350 | 24 | 110 | 0 | 11 | 433 | 117 | 72 |
| Binary | 10111001 | 1000000 | 11101000 | 10100 | 1001000 | 0 | 1001 | 100011011 | 1001111 | 111010 |
Color Harmonies of #B940E8
Complementary color
Monochromatic Colors of #B940E8
Black with #B940E8
Text Example
Text Example
White with #B940E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B940E8; }
p { color: rgb(185,64,232); }
H1.HeaderClassName
{
color: #B940E8;
}
.AnyTagClassName
{
color: #B940E8;
}
</style>
background-color css
<style>
a { background-color: #B940E8; }
a { background-color: rgb(185,64,232); }
div.DivClassName
{
background-color: #B940E8;
}
.BgClassName
{
background-color: #B940E8;
}
</style>
border-color css
<style>
span { border-color: #B940E8; }
span { border-color: rgb(185,64,232); }
td.TdClassName
{
border-color: #B940E8;
}
.TagClassName
{
border-color: #B940E8;
}
</style>