Shades of Medium Orchid #B939E3
Tints of Medium Orchid #B939E3
RGB
CMYK
RGB Variations
Color information
#B939E3 (or 0xB939E3) is known color: Medium Orchid. HEX triplet: B9, 39 and E3. RGB value is (185,57,227). Sum of RGB (Red+Green+Blue) = 185+57+227=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #B939E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939E3 is #46C61C. Grayscale: #727272. Windows color (decimal): -4638237 or 14891449. OLE color: 14891449.
HSL color Cylindrical-coordinate representation of color #B939E3: hue angle of 285.18º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B939E3 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 57 | 227 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.11 |
| HSL | 285.18º | 0.75% | 0.56% | - |
| HSV(B) | 285.18º | 0.75% | 0.89% | - |
| XYZ | 35.34 | 18.79 | 74.44 | - |
| YUV | 114.65 | 191.41 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 227 | 0.19 | 0.75 | 0 | 0.11 | 285.18 | 0.75 | 0.56 |
| Hex | B9 | 39 | E3 | 13 | 4B | 0 | B | 11D | 4B | 38 |
| Octal | 271 | 71 | 343 | 23 | 113 | 0 | 13 | 435 | 113 | 70 |
| Binary | 10111001 | 111001 | 11100011 | 10011 | 1001011 | 0 | 1011 | 100011101 | 1001011 | 111000 |
Color Harmonies of #B939E3
Complementary color
Monochromatic Colors of #B939E3
Black with #B939E3
Text Example
Text Example
White with #B939E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939E3; }
p { color: rgb(185,57,227); }
H1.HeaderClassName
{
color: #B939E3;
}
.AnyTagClassName
{
color: #B939E3;
}
</style>
background-color css
<style>
a { background-color: #B939E3; }
a { background-color: rgb(185,57,227); }
div.DivClassName
{
background-color: #B939E3;
}
.BgClassName
{
background-color: #B939E3;
}
</style>
border-color css
<style>
span { border-color: #B939E3; }
span { border-color: rgb(185,57,227); }
td.TdClassName
{
border-color: #B939E3;
}
.TagClassName
{
border-color: #B939E3;
}
</style>