Shades of Medium Orchid #B15EE0
Tints of Medium Orchid #B15EE0
RGB
CMYK
RGB Variations
Color information
#B15EE0 (or 0xB15EE0) is known color: Medium Orchid. HEX triplet: B1, 5E and E0. RGB value is (177,94,224). Sum of RGB (Red+Green+Blue) = 177+94+224=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #B15EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EE0 is #4EA11F. Grayscale: #858585. Windows color (decimal): -5153056 or 14704305. OLE color: 14704305.
HSL color Cylindrical-coordinate representation of color #B15EE0: hue angle of 278.31º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B15EE0 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 94 | 224 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.12 |
| HSL | 278.31º | 0.68% | 0.62% | - |
| HSV(B) | 278.31º | 0.58% | 0.88% | - |
| XYZ | 35.59 | 22.73 | 73.03 | - |
| YUV | 133.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 224 | 0.21 | 0.58 | 0 | 0.12 | 278.31 | 0.68 | 0.62 |
| Hex | B1 | 5E | E0 | 15 | 3A | 0 | C | 116 | 44 | 3E |
| Octal | 261 | 136 | 340 | 25 | 72 | 0 | 14 | 426 | 104 | 76 |
| Binary | 10110001 | 1011110 | 11100000 | 10101 | 111010 | 0 | 1100 | 100010110 | 1000100 | 111110 |
Color Harmonies of #B15EE0
Complementary color
Monochromatic Colors of #B15EE0
Black with #B15EE0
Text Example
Text Example
White with #B15EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EE0; }
p { color: rgb(177,94,224); }
H1.HeaderClassName
{
color: #B15EE0;
}
.AnyTagClassName
{
color: #B15EE0;
}
</style>
background-color css
<style>
a { background-color: #B15EE0; }
a { background-color: rgb(177,94,224); }
div.DivClassName
{
background-color: #B15EE0;
}
.BgClassName
{
background-color: #B15EE0;
}
</style>
border-color css
<style>
span { border-color: #B15EE0; }
span { border-color: rgb(177,94,224); }
td.TdClassName
{
border-color: #B15EE0;
}
.TagClassName
{
border-color: #B15EE0;
}
</style>