Shades of Medium Orchid #B15ED8
Tints of Medium Orchid #B15ED8
RGB
CMYK
RGB Variations
Color information
#B15ED8 (or 0xB15ED8) is known color: Medium Orchid. HEX triplet: B1, 5E and D8. RGB value is (177,94,216). Sum of RGB (Red+Green+Blue) = 177+94+216=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #B15ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ED8 is #4EA127. Grayscale: #848484. Windows color (decimal): -5153064 or 14180017. OLE color: 14180017.
HSL color Cylindrical-coordinate representation of color #B15ED8: hue angle of 280.82º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15ED8 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 94 | 216 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.15 |
| HSL | 280.82º | 0.61% | 0.61% | - |
| HSV(B) | 280.82º | 0.56% | 0.85% | - |
| XYZ | 34.53 | 22.31 | 67.45 | - |
| YUV | 132.73 | 175 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 216 | 0.18 | 0.56 | 0 | 0.15 | 280.82 | 0.61 | 0.61 |
| Hex | B1 | 5E | D8 | 12 | 38 | 0 | F | 119 | 3D | 3D |
| Octal | 261 | 136 | 330 | 22 | 70 | 0 | 17 | 431 | 75 | 75 |
| Binary | 10110001 | 1011110 | 11011000 | 10010 | 111000 | 0 | 1111 | 100011001 | 111101 | 111101 |
Color Harmonies of #B15ED8
Complementary color
Monochromatic Colors of #B15ED8
Black with #B15ED8
Text Example
Text Example
White with #B15ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15ED8; }
p { color: rgb(177,94,216); }
H1.HeaderClassName
{
color: #B15ED8;
}
.AnyTagClassName
{
color: #B15ED8;
}
</style>
background-color css
<style>
a { background-color: #B15ED8; }
a { background-color: rgb(177,94,216); }
div.DivClassName
{
background-color: #B15ED8;
}
.BgClassName
{
background-color: #B15ED8;
}
</style>
border-color css
<style>
span { border-color: #B15ED8; }
span { border-color: rgb(177,94,216); }
td.TdClassName
{
border-color: #B15ED8;
}
.TagClassName
{
border-color: #B15ED8;
}
</style>