Shades of Medium Orchid #B15EC3
Tints of Medium Orchid #B15EC3
RGB
CMYK
RGB Variations
Color information
#B15EC3 (or 0xB15EC3) is known color: Medium Orchid. HEX triplet: B1, 5E and C3. RGB value is (177,94,195). Sum of RGB (Red+Green+Blue) = 177+94+195=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #B15EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EC3 is #4EA13C. Grayscale: #828282. Windows color (decimal): -5153085 or 12803761. OLE color: 12803761.
HSL color Cylindrical-coordinate representation of color #B15EC3: hue angle of 289.31º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B15EC3 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 94 | 195 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.24 |
| HSL | 289.31º | 0.46% | 0.57% | - |
| HSV(B) | 289.31º | 0.52% | 0.76% | - |
| XYZ | 31.98 | 21.29 | 54.05 | - |
| YUV | 130.33 | 164.5 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 195 | 0.09 | 0.52 | 0 | 0.24 | 289.31 | 0.46 | 0.57 |
| Hex | B1 | 5E | C3 | 9 | 34 | 0 | 18 | 121 | 2E | 39 |
| Octal | 261 | 136 | 303 | 11 | 64 | 0 | 30 | 441 | 56 | 71 |
| Binary | 10110001 | 1011110 | 11000011 | 1001 | 110100 | 0 | 11000 | 100100001 | 101110 | 111001 |
Color Harmonies of #B15EC3
Complementary color
Monochromatic Colors of #B15EC3
Black with #B15EC3
Text Example
Text Example
White with #B15EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EC3; }
p { color: rgb(177,94,195); }
H1.HeaderClassName
{
color: #B15EC3;
}
.AnyTagClassName
{
color: #B15EC3;
}
</style>
background-color css
<style>
a { background-color: #B15EC3; }
a { background-color: rgb(177,94,195); }
div.DivClassName
{
background-color: #B15EC3;
}
.BgClassName
{
background-color: #B15EC3;
}
</style>
border-color css
<style>
span { border-color: #B15EC3; }
span { border-color: rgb(177,94,195); }
td.TdClassName
{
border-color: #B15EC3;
}
.TagClassName
{
border-color: #B15EC3;
}
</style>