Shades of Medium Orchid #B15EC7
Tints of Medium Orchid #B15EC7
RGB
CMYK
RGB Variations
Color information
#B15EC7 (or 0xB15EC7) is known color: Medium Orchid. HEX triplet: B1, 5E and C7. RGB value is (177,94,199). Sum of RGB (Red+Green+Blue) = 177+94+199=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #B15EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EC7 is #4EA138. Grayscale: #828282. Windows color (decimal): -5153081 or 13065905. OLE color: 13065905.
HSL color Cylindrical-coordinate representation of color #B15EC7: hue angle of 287.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15EC7 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 94 | 199 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.22 |
| HSL | 287.43º | 0.48% | 0.57% | - |
| HSV(B) | 287.43º | 0.53% | 0.78% | - |
| XYZ | 32.44 | 21.48 | 56.47 | - |
| YUV | 130.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 199 | 0.11 | 0.53 | 0 | 0.22 | 287.43 | 0.48 | 0.57 |
| Hex | B1 | 5E | C7 | B | 35 | 0 | 16 | 11F | 30 | 39 |
| Octal | 261 | 136 | 307 | 13 | 65 | 0 | 26 | 437 | 60 | 71 |
| Binary | 10110001 | 1011110 | 11000111 | 1011 | 110101 | 0 | 10110 | 100011111 | 110000 | 111001 |
Color Harmonies of #B15EC7
Complementary color
Monochromatic Colors of #B15EC7
Black with #B15EC7
Text Example
Text Example
White with #B15EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EC7; }
p { color: rgb(177,94,199); }
H1.HeaderClassName
{
color: #B15EC7;
}
.AnyTagClassName
{
color: #B15EC7;
}
</style>
background-color css
<style>
a { background-color: #B15EC7; }
a { background-color: rgb(177,94,199); }
div.DivClassName
{
background-color: #B15EC7;
}
.BgClassName
{
background-color: #B15EC7;
}
</style>
border-color css
<style>
span { border-color: #B15EC7; }
span { border-color: rgb(177,94,199); }
td.TdClassName
{
border-color: #B15EC7;
}
.TagClassName
{
border-color: #B15EC7;
}
</style>