Shades of Medium Orchid #B15EE6
Tints of Medium Orchid #B15EE6
RGB
CMYK
RGB Variations
Color information
#B15EE6 (or 0xB15EE6) is known color: Medium Orchid. HEX triplet: B1, 5E and E6. RGB value is (177,94,230). Sum of RGB (Red+Green+Blue) = 177+94+230=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #B15EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15EE6 is #4EA119. Grayscale: #858585. Windows color (decimal): -5153050 or 15097521. OLE color: 15097521.
HSL color Cylindrical-coordinate representation of color #B15EE6: hue angle of 276.62º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B15EE6 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 94 | 230 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.10 |
| HSL | 276.62º | 0.73% | 0.64% | - |
| HSV(B) | 276.62º | 0.59% | 0.9% | - |
| XYZ | 36.42 | 23.07 | 77.4 | - |
| YUV | 134.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 230 | 0.23 | 0.59 | 0 | 0.10 | 276.62 | 0.73 | 0.64 |
| Hex | B1 | 5E | E6 | 17 | 3B | 0 | A | 115 | 49 | 40 |
| Octal | 261 | 136 | 346 | 27 | 73 | 0 | 12 | 425 | 111 | 100 |
| Binary | 10110001 | 1011110 | 11100110 | 10111 | 111011 | 0 | 1010 | 100010101 | 1001001 | 1000000 |
Color Harmonies of #B15EE6
Complementary color
Monochromatic Colors of #B15EE6
Black with #B15EE6
Text Example
Text Example
White with #B15EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EE6; }
p { color: rgb(177,94,230); }
H1.HeaderClassName
{
color: #B15EE6;
}
.AnyTagClassName
{
color: #B15EE6;
}
</style>
background-color css
<style>
a { background-color: #B15EE6; }
a { background-color: rgb(177,94,230); }
div.DivClassName
{
background-color: #B15EE6;
}
.BgClassName
{
background-color: #B15EE6;
}
</style>
border-color css
<style>
span { border-color: #B15EE6; }
span { border-color: rgb(177,94,230); }
td.TdClassName
{
border-color: #B15EE6;
}
.TagClassName
{
border-color: #B15EE6;
}
</style>