Shades of Medium Orchid #B139ED
Tints of Medium Orchid #B139ED
RGB
CMYK
RGB Variations
Color information
#B139ED (or 0xB139ED) is known color: Medium Orchid. HEX triplet: B1, 39 and ED. RGB value is (177,57,237). Sum of RGB (Red+Green+Blue) = 177+57+237=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #B139ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B139ED is #4EC612. Grayscale: #707070. Windows color (decimal): -5162515 or 15546801. OLE color: 15546801.
HSL color Cylindrical-coordinate representation of color #B139ED: hue angle of 280º degrees, saturation: 0.83, 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 #B139ED is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 57 | 237 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.07 |
| HSL | 280º | 0.83% | 0.58% | - |
| HSV(B) | 280º | 0.76% | 0.93% | - |
| XYZ | 34.88 | 18.39 | 81.83 | - |
| YUV | 113.4 | 197.76 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 237 | 0.25 | 0.76 | 0 | 0.07 | 280 | 0.83 | 0.58 |
| Hex | B1 | 39 | ED | 19 | 4C | 0 | 7 | 118 | 53 | 3A |
| Octal | 261 | 71 | 355 | 31 | 114 | 0 | 7 | 430 | 123 | 72 |
| Binary | 10110001 | 111001 | 11101101 | 11001 | 1001100 | 0 | 111 | 100011000 | 1010011 | 111010 |
Color Harmonies of #B139ED
Complementary color
Monochromatic Colors of #B139ED
Black with #B139ED
Text Example
Text Example
White with #B139ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139ED; }
p { color: rgb(177,57,237); }
H1.HeaderClassName
{
color: #B139ED;
}
.AnyTagClassName
{
color: #B139ED;
}
</style>
background-color css
<style>
a { background-color: #B139ED; }
a { background-color: rgb(177,57,237); }
div.DivClassName
{
background-color: #B139ED;
}
.BgClassName
{
background-color: #B139ED;
}
</style>
border-color css
<style>
span { border-color: #B139ED; }
span { border-color: rgb(177,57,237); }
td.TdClassName
{
border-color: #B139ED;
}
.TagClassName
{
border-color: #B139ED;
}
</style>