Shades of Medium Orchid #B15DE9
Tints of Medium Orchid #B15DE9
RGB
CMYK
RGB Variations
Color information
#B15DE9 (or 0xB15DE9) is known color: Medium Orchid. HEX triplet: B1, 5D and E9. RGB value is (177,93,233). Sum of RGB (Red+Green+Blue) = 177+93+233=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #B15DE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15DE9 is #4EA216. Grayscale: #858585. Windows color (decimal): -5153303 or 15293873. OLE color: 15293873.
HSL color Cylindrical-coordinate representation of color #B15DE9: hue angle of 276º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B15DE9 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 93 | 233 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.09 |
| HSL | 276º | 0.76% | 0.64% | - |
| HSV(B) | 276º | 0.6% | 0.91% | - |
| XYZ | 36.75 | 23.06 | 79.6 | - |
| YUV | 134.08 | 183.83 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 233 | 0.24 | 0.60 | 0 | 0.09 | 276 | 0.76 | 0.64 |
| Hex | B1 | 5D | E9 | 18 | 3C | 0 | 9 | 114 | 4C | 40 |
| Octal | 261 | 135 | 351 | 30 | 74 | 0 | 11 | 424 | 114 | 100 |
| Binary | 10110001 | 1011101 | 11101001 | 11000 | 111100 | 0 | 1001 | 100010100 | 1001100 | 1000000 |
Color Harmonies of #B15DE9
Complementary color
Monochromatic Colors of #B15DE9
Black with #B15DE9
Text Example
Text Example
White with #B15DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15DE9; }
p { color: rgb(177,93,233); }
H1.HeaderClassName
{
color: #B15DE9;
}
.AnyTagClassName
{
color: #B15DE9;
}
</style>
background-color css
<style>
a { background-color: #B15DE9; }
a { background-color: rgb(177,93,233); }
div.DivClassName
{
background-color: #B15DE9;
}
.BgClassName
{
background-color: #B15DE9;
}
</style>
border-color css
<style>
span { border-color: #B15DE9; }
span { border-color: rgb(177,93,233); }
td.TdClassName
{
border-color: #B15DE9;
}
.TagClassName
{
border-color: #B15DE9;
}
</style>