Shades of Medium Orchid #B15EE8
Tints of Medium Orchid #B15EE8
RGB
CMYK
RGB Variations
Color information
#B15EE8 (or 0xB15EE8) is known color: Medium Orchid. HEX triplet: B1, 5E and E8. RGB value is (177,94,232). Sum of RGB (Red+Green+Blue) = 177+94+232=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #B15EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15EE8 is #4EA117. Grayscale: #868686. Windows color (decimal): -5153048 or 15228593. OLE color: 15228593.
HSL color Cylindrical-coordinate representation of color #B15EE8: hue angle of 276.09º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B15EE8 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 94 | 232 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.09 |
| HSL | 276.09º | 0.75% | 0.64% | - |
| HSV(B) | 276.09º | 0.59% | 0.91% | - |
| XYZ | 36.7 | 23.18 | 78.88 | - |
| YUV | 134.55 | 183 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 232 | 0.24 | 0.59 | 0 | 0.09 | 276.09 | 0.75 | 0.64 |
| Hex | B1 | 5E | E8 | 18 | 3B | 0 | 9 | 114 | 4B | 40 |
| Octal | 261 | 136 | 350 | 30 | 73 | 0 | 11 | 424 | 113 | 100 |
| Binary | 10110001 | 1011110 | 11101000 | 11000 | 111011 | 0 | 1001 | 100010100 | 1001011 | 1000000 |
Color Harmonies of #B15EE8
Complementary color
Monochromatic Colors of #B15EE8
Black with #B15EE8
Text Example
Text Example
White with #B15EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EE8; }
p { color: rgb(177,94,232); }
H1.HeaderClassName
{
color: #B15EE8;
}
.AnyTagClassName
{
color: #B15EE8;
}
</style>
background-color css
<style>
a { background-color: #B15EE8; }
a { background-color: rgb(177,94,232); }
div.DivClassName
{
background-color: #B15EE8;
}
.BgClassName
{
background-color: #B15EE8;
}
</style>
border-color css
<style>
span { border-color: #B15EE8; }
span { border-color: rgb(177,94,232); }
td.TdClassName
{
border-color: #B15EE8;
}
.TagClassName
{
border-color: #B15EE8;
}
</style>