Shades of Medium Orchid #B139EE
Tints of Medium Orchid #B139EE
RGB
CMYK
RGB Variations
Color information
#B139EE (or 0xB139EE) is known color: Medium Orchid. HEX triplet: B1, 39 and EE. RGB value is (177,57,238). Sum of RGB (Red+Green+Blue) = 177+57+238=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #B139EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B139EE is #4EC611. Grayscale: #707070. Windows color (decimal): -5162514 or 15612337. OLE color: 15612337.
HSL color Cylindrical-coordinate representation of color #B139EE: hue angle of 279.78º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B139EE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 57 | 238 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.07 |
| HSL | 279.78º | 0.84% | 0.58% | - |
| HSV(B) | 279.78º | 0.76% | 0.93% | - |
| XYZ | 35.03 | 18.45 | 82.6 | - |
| YUV | 113.51 | 198.26 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 238 | 0.26 | 0.76 | 0 | 0.07 | 279.78 | 0.84 | 0.58 |
| Hex | B1 | 39 | EE | 1A | 4C | 0 | 7 | 118 | 54 | 3A |
| Octal | 261 | 71 | 356 | 32 | 114 | 0 | 7 | 430 | 124 | 72 |
| Binary | 10110001 | 111001 | 11101110 | 11010 | 1001100 | 0 | 111 | 100011000 | 1010100 | 111010 |
Color Harmonies of #B139EE
Complementary color
Monochromatic Colors of #B139EE
Black with #B139EE
Text Example
Text Example
White with #B139EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139EE; }
p { color: rgb(177,57,238); }
H1.HeaderClassName
{
color: #B139EE;
}
.AnyTagClassName
{
color: #B139EE;
}
</style>
background-color css
<style>
a { background-color: #B139EE; }
a { background-color: rgb(177,57,238); }
div.DivClassName
{
background-color: #B139EE;
}
.BgClassName
{
background-color: #B139EE;
}
</style>
border-color css
<style>
span { border-color: #B139EE; }
span { border-color: rgb(177,57,238); }
td.TdClassName
{
border-color: #B139EE;
}
.TagClassName
{
border-color: #B139EE;
}
</style>