Shades of Medium Orchid #B15EDF
Tints of Medium Orchid #B15EDF
RGB
CMYK
RGB Variations
Color information
#B15EDF (or 0xB15EDF) is known color: Medium Orchid. HEX triplet: B1, 5E and DF. RGB value is (177,94,223). Sum of RGB (Red+Green+Blue) = 177+94+223=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #B15EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EDF is #4EA120. Grayscale: #858585. Windows color (decimal): -5153057 or 14638769. OLE color: 14638769.
HSL color Cylindrical-coordinate representation of color #B15EDF: hue angle of 278.6º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B15EDF is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 94 | 223 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.13 |
| HSL | 278.6º | 0.67% | 0.62% | - |
| HSV(B) | 278.6º | 0.58% | 0.87% | - |
| XYZ | 35.45 | 22.68 | 72.32 | - |
| YUV | 133.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 223 | 0.21 | 0.58 | 0 | 0.13 | 278.6 | 0.67 | 0.62 |
| Hex | B1 | 5E | DF | 15 | 3A | 0 | D | 117 | 43 | 3E |
| Octal | 261 | 136 | 337 | 25 | 72 | 0 | 15 | 427 | 103 | 76 |
| Binary | 10110001 | 1011110 | 11011111 | 10101 | 111010 | 0 | 1101 | 100010111 | 1000011 | 111110 |
Color Harmonies of #B15EDF
Complementary color
Monochromatic Colors of #B15EDF
Black with #B15EDF
Text Example
Text Example
White with #B15EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EDF; }
p { color: rgb(177,94,223); }
H1.HeaderClassName
{
color: #B15EDF;
}
.AnyTagClassName
{
color: #B15EDF;
}
</style>
background-color css
<style>
a { background-color: #B15EDF; }
a { background-color: rgb(177,94,223); }
div.DivClassName
{
background-color: #B15EDF;
}
.BgClassName
{
background-color: #B15EDF;
}
</style>
border-color css
<style>
span { border-color: #B15EDF; }
span { border-color: rgb(177,94,223); }
td.TdClassName
{
border-color: #B15EDF;
}
.TagClassName
{
border-color: #B15EDF;
}
</style>