Shades of Medium Orchid #B15EF1
Tints of Medium Orchid #B15EF1
RGB
CMYK
RGB Variations
Color information
#B15EF1 (or 0xB15EF1) is known color: Medium Orchid. HEX triplet: B1, 5E and F1. RGB value is (177,94,241). Sum of RGB (Red+Green+Blue) = 177+94+241=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #B15EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15EF1 is #4EA10E. Grayscale: #878787. Windows color (decimal): -5153039 or 15818417. OLE color: 15818417.
HSL color Cylindrical-coordinate representation of color #B15EF1: hue angle of 273.88º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15EF1 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 94 | 241 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.05 |
| HSL | 273.88º | 0.84% | 0.66% | - |
| HSV(B) | 273.88º | 0.61% | 0.95% | - |
| XYZ | 38.01 | 23.7 | 85.79 | - |
| YUV | 135.58 | 187.5 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 241 | 0.27 | 0.61 | 0 | 0.05 | 273.88 | 0.84 | 0.66 |
| Hex | B1 | 5E | F1 | 1B | 3D | 0 | 5 | 112 | 54 | 42 |
| Octal | 261 | 136 | 361 | 33 | 75 | 0 | 5 | 422 | 124 | 102 |
| Binary | 10110001 | 1011110 | 11110001 | 11011 | 111101 | 0 | 101 | 100010010 | 1010100 | 1000010 |
Color Harmonies of #B15EF1
Complementary color
Monochromatic Colors of #B15EF1
Black with #B15EF1
Text Example
Text Example
White with #B15EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EF1; }
p { color: rgb(177,94,241); }
H1.HeaderClassName
{
color: #B15EF1;
}
.AnyTagClassName
{
color: #B15EF1;
}
</style>
background-color css
<style>
a { background-color: #B15EF1; }
a { background-color: rgb(177,94,241); }
div.DivClassName
{
background-color: #B15EF1;
}
.BgClassName
{
background-color: #B15EF1;
}
</style>
border-color css
<style>
span { border-color: #B15EF1; }
span { border-color: rgb(177,94,241); }
td.TdClassName
{
border-color: #B15EF1;
}
.TagClassName
{
border-color: #B15EF1;
}
</style>