Shades of Medium Orchid #B15EED
Tints of Medium Orchid #B15EED
RGB
CMYK
RGB Variations
Color information
#B15EED (or 0xB15EED) is known color: Medium Orchid. HEX triplet: B1, 5E and ED. RGB value is (177,94,237). Sum of RGB (Red+Green+Blue) = 177+94+237=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #B15EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15EED is #4EA112. Grayscale: #868686. Windows color (decimal): -5153043 or 15556273. OLE color: 15556273.
HSL color Cylindrical-coordinate representation of color #B15EED: hue angle of 274.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B15EED is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 94 | 237 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.07 |
| HSL | 274.83º | 0.8% | 0.65% | - |
| HSV(B) | 274.83º | 0.6% | 0.93% | - |
| XYZ | 37.42 | 23.47 | 82.68 | - |
| YUV | 135.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 237 | 0.25 | 0.60 | 0 | 0.07 | 274.83 | 0.8 | 0.65 |
| Hex | B1 | 5E | ED | 19 | 3C | 0 | 7 | 113 | 50 | 41 |
| Octal | 261 | 136 | 355 | 31 | 74 | 0 | 7 | 423 | 120 | 101 |
| Binary | 10110001 | 1011110 | 11101101 | 11001 | 111100 | 0 | 111 | 100010011 | 1010000 | 1000001 |
Color Harmonies of #B15EED
Complementary color
Monochromatic Colors of #B15EED
Black with #B15EED
Text Example
Text Example
White with #B15EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EED; }
p { color: rgb(177,94,237); }
H1.HeaderClassName
{
color: #B15EED;
}
.AnyTagClassName
{
color: #B15EED;
}
</style>
background-color css
<style>
a { background-color: #B15EED; }
a { background-color: rgb(177,94,237); }
div.DivClassName
{
background-color: #B15EED;
}
.BgClassName
{
background-color: #B15EED;
}
</style>
border-color css
<style>
span { border-color: #B15EED; }
span { border-color: rgb(177,94,237); }
td.TdClassName
{
border-color: #B15EED;
}
.TagClassName
{
border-color: #B15EED;
}
</style>