Shades of Medium Orchid #B15CC5
Tints of Medium Orchid #B15CC5
RGB
CMYK
RGB Variations
Color information
#B15CC5 (or 0xB15CC5) is known color: Medium Orchid. HEX triplet: B1, 5C and C5. RGB value is (177,92,197). Sum of RGB (Red+Green+Blue) = 177+92+197=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #B15CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CC5 is #4EA33A. Grayscale: #818181. Windows color (decimal): -5153595 or 12934321. OLE color: 12934321.
HSL color Cylindrical-coordinate representation of color #B15CC5: hue angle of 288.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15CC5 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 92 | 197 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.23 |
| HSL | 288.57º | 0.48% | 0.57% | - |
| HSV(B) | 288.57º | 0.53% | 0.77% | - |
| XYZ | 32.04 | 21.03 | 55.19 | - |
| YUV | 129.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 197 | 0.10 | 0.53 | 0 | 0.23 | 288.57 | 0.48 | 0.57 |
| Hex | B1 | 5C | C5 | A | 35 | 0 | 17 | 121 | 30 | 39 |
| Octal | 261 | 134 | 305 | 12 | 65 | 0 | 27 | 441 | 60 | 71 |
| Binary | 10110001 | 1011100 | 11000101 | 1010 | 110101 | 0 | 10111 | 100100001 | 110000 | 111001 |
Color Harmonies of #B15CC5
Complementary color
Monochromatic Colors of #B15CC5
Black with #B15CC5
Text Example
Text Example
White with #B15CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15CC5; }
p { color: rgb(177,92,197); }
H1.HeaderClassName
{
color: #B15CC5;
}
.AnyTagClassName
{
color: #B15CC5;
}
</style>
background-color css
<style>
a { background-color: #B15CC5; }
a { background-color: rgb(177,92,197); }
div.DivClassName
{
background-color: #B15CC5;
}
.BgClassName
{
background-color: #B15CC5;
}
</style>
border-color css
<style>
span { border-color: #B15CC5; }
span { border-color: rgb(177,92,197); }
td.TdClassName
{
border-color: #B15CC5;
}
.TagClassName
{
border-color: #B15CC5;
}
</style>