Shades of Medium Orchid #B15ACE
Tints of Medium Orchid #B15ACE
RGB
CMYK
RGB Variations
Color information
#B15ACE (or 0xB15ACE) is known color: Medium Orchid. HEX triplet: B1, 5A and CE. RGB value is (177,90,206). Sum of RGB (Red+Green+Blue) = 177+90+206=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #B15ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ACE is #4EA531. Grayscale: #808080. Windows color (decimal): -5154098 or 13523633. OLE color: 13523633.
HSL color Cylindrical-coordinate representation of color #B15ACE: hue angle of 285º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15ACE is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 90 | 206 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.19 |
| HSL | 285º | 0.54% | 0.58% | - |
| HSV(B) | 285º | 0.56% | 0.81% | - |
| XYZ | 32.93 | 21.12 | 60.73 | - |
| YUV | 129.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 206 | 0.14 | 0.56 | 0 | 0.19 | 285 | 0.54 | 0.58 |
| Hex | B1 | 5A | CE | E | 38 | 0 | 13 | 11D | 36 | 3A |
| Octal | 261 | 132 | 316 | 16 | 70 | 0 | 23 | 435 | 66 | 72 |
| Binary | 10110001 | 1011010 | 11001110 | 1110 | 111000 | 0 | 10011 | 100011101 | 110110 | 111010 |
Color Harmonies of #B15ACE
Complementary color
Monochromatic Colors of #B15ACE
Black with #B15ACE
Text Example
Text Example
White with #B15ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15ACE; }
p { color: rgb(177,90,206); }
H1.HeaderClassName
{
color: #B15ACE;
}
.AnyTagClassName
{
color: #B15ACE;
}
</style>
background-color css
<style>
a { background-color: #B15ACE; }
a { background-color: rgb(177,90,206); }
div.DivClassName
{
background-color: #B15ACE;
}
.BgClassName
{
background-color: #B15ACE;
}
</style>
border-color css
<style>
span { border-color: #B15ACE; }
span { border-color: rgb(177,90,206); }
td.TdClassName
{
border-color: #B15ACE;
}
.TagClassName
{
border-color: #B15ACE;
}
</style>