Shades of Medium Orchid #B141EE
Tints of Medium Orchid #B141EE
RGB
CMYK
RGB Variations
Color information
#B141EE (or 0xB141EE) is known color: Medium Orchid. HEX triplet: B1, 41 and EE. RGB value is (177,65,238). Sum of RGB (Red+Green+Blue) = 177+65+238=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #B141EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B141EE is #4EBE11. Grayscale: #757575. Windows color (decimal): -5160466 or 15614385. OLE color: 15614385.
HSL color Cylindrical-coordinate representation of color #B141EE: hue angle of 278.84º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B141EE is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 65 | 238 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.07 |
| HSL | 278.84º | 0.84% | 0.59% | - |
| HSV(B) | 278.84º | 0.73% | 0.93% | - |
| XYZ | 35.45 | 19.3 | 82.75 | - |
| YUV | 118.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 238 | 0.26 | 0.73 | 0 | 0.07 | 278.84 | 0.84 | 0.59 |
| Hex | B1 | 41 | EE | 1A | 49 | 0 | 7 | 117 | 54 | 3B |
| Octal | 261 | 101 | 356 | 32 | 111 | 0 | 7 | 427 | 124 | 73 |
| Binary | 10110001 | 1000001 | 11101110 | 11010 | 1001001 | 0 | 111 | 100010111 | 1010100 | 111011 |
Color Harmonies of #B141EE
Complementary color
Monochromatic Colors of #B141EE
Black with #B141EE
Text Example
Text Example
White with #B141EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141EE; }
p { color: rgb(177,65,238); }
H1.HeaderClassName
{
color: #B141EE;
}
.AnyTagClassName
{
color: #B141EE;
}
</style>
background-color css
<style>
a { background-color: #B141EE; }
a { background-color: rgb(177,65,238); }
div.DivClassName
{
background-color: #B141EE;
}
.BgClassName
{
background-color: #B141EE;
}
</style>
border-color css
<style>
span { border-color: #B141EE; }
span { border-color: rgb(177,65,238); }
td.TdClassName
{
border-color: #B141EE;
}
.TagClassName
{
border-color: #B141EE;
}
</style>