Shades of Medium Orchid #B15EEF
Tints of Medium Orchid #B15EEF
RGB
CMYK
RGB Variations
Color information
#B15EEF (or 0xB15EEF) is known color: Medium Orchid. HEX triplet: B1, 5E and EF. RGB value is (177,94,239). Sum of RGB (Red+Green+Blue) = 177+94+239=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #B15EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15EEF is #4EA110. Grayscale: #868686. Windows color (decimal): -5153041 or 15687345. OLE color: 15687345.
HSL color Cylindrical-coordinate representation of color #B15EEF: hue angle of 274.34º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15EEF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 94 | 239 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.06 |
| HSL | 274.34º | 0.82% | 0.65% | - |
| HSV(B) | 274.34º | 0.61% | 0.94% | - |
| XYZ | 37.71 | 23.58 | 84.23 | - |
| YUV | 135.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 239 | 0.26 | 0.61 | 0 | 0.06 | 274.34 | 0.82 | 0.65 |
| Hex | B1 | 5E | EF | 1A | 3D | 0 | 6 | 112 | 52 | 41 |
| Octal | 261 | 136 | 357 | 32 | 75 | 0 | 6 | 422 | 122 | 101 |
| Binary | 10110001 | 1011110 | 11101111 | 11010 | 111101 | 0 | 110 | 100010010 | 1010010 | 1000001 |
Color Harmonies of #B15EEF
Complementary color
Monochromatic Colors of #B15EEF
Black with #B15EEF
Text Example
Text Example
White with #B15EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EEF; }
p { color: rgb(177,94,239); }
H1.HeaderClassName
{
color: #B15EEF;
}
.AnyTagClassName
{
color: #B15EEF;
}
</style>
background-color css
<style>
a { background-color: #B15EEF; }
a { background-color: rgb(177,94,239); }
div.DivClassName
{
background-color: #B15EEF;
}
.BgClassName
{
background-color: #B15EEF;
}
</style>
border-color css
<style>
span { border-color: #B15EEF; }
span { border-color: rgb(177,94,239); }
td.TdClassName
{
border-color: #B15EEF;
}
.TagClassName
{
border-color: #B15EEF;
}
</style>