Shades of Medium Orchid #B939E7
Tints of Medium Orchid #B939E7
RGB
CMYK
RGB Variations
Color information
#B939E7 (or 0xB939E7) is known color: Medium Orchid. HEX triplet: B9, 39 and E7. RGB value is (185,57,231). Sum of RGB (Red+Green+Blue) = 185+57+231=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #B939E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B939E7 is #46C618. Grayscale: #727272. Windows color (decimal): -4638233 or 15153593. OLE color: 15153593.
HSL color Cylindrical-coordinate representation of color #B939E7: hue angle of 284.14º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B939E7 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 57 | 231 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.09 |
| HSL | 284.14º | 0.78% | 0.56% | - |
| HSV(B) | 284.14º | 0.75% | 0.91% | - |
| XYZ | 35.89 | 19.01 | 77.38 | - |
| YUV | 115.11 | 193.41 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 231 | 0.20 | 0.75 | 0 | 0.09 | 284.14 | 0.78 | 0.56 |
| Hex | B9 | 39 | E7 | 14 | 4B | 0 | 9 | 11C | 4E | 38 |
| Octal | 271 | 71 | 347 | 24 | 113 | 0 | 11 | 434 | 116 | 70 |
| Binary | 10111001 | 111001 | 11100111 | 10100 | 1001011 | 0 | 1001 | 100011100 | 1001110 | 111000 |
Color Harmonies of #B939E7
Complementary color
Monochromatic Colors of #B939E7
Black with #B939E7
Text Example
Text Example
White with #B939E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939E7; }
p { color: rgb(185,57,231); }
H1.HeaderClassName
{
color: #B939E7;
}
.AnyTagClassName
{
color: #B939E7;
}
</style>
background-color css
<style>
a { background-color: #B939E7; }
a { background-color: rgb(185,57,231); }
div.DivClassName
{
background-color: #B939E7;
}
.BgClassName
{
background-color: #B939E7;
}
</style>
border-color css
<style>
span { border-color: #B939E7; }
span { border-color: rgb(185,57,231); }
td.TdClassName
{
border-color: #B939E7;
}
.TagClassName
{
border-color: #B939E7;
}
</style>