Shades of Medium Orchid #B15AEC
Tints of Medium Orchid #B15AEC
RGB
CMYK
RGB Variations
Color information
#B15AEC (or 0xB15AEC) is known color: Medium Orchid. HEX triplet: B1, 5A and EC. RGB value is (177,90,236). Sum of RGB (Red+Green+Blue) = 177+90+236=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #B15AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15AEC is #4EA513. Grayscale: #848484. Windows color (decimal): -5154068 or 15489713. OLE color: 15489713.
HSL color Cylindrical-coordinate representation of color #B15AEC: hue angle of 275.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B15AEC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 90 | 236 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.07 |
| HSL | 275.75º | 0.79% | 0.64% | - |
| HSV(B) | 275.75º | 0.62% | 0.93% | - |
| XYZ | 36.93 | 22.72 | 81.8 | - |
| YUV | 132.66 | 186.32 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 236 | 0.25 | 0.62 | 0 | 0.07 | 275.75 | 0.79 | 0.64 |
| Hex | B1 | 5A | EC | 19 | 3E | 0 | 7 | 114 | 4F | 40 |
| Octal | 261 | 132 | 354 | 31 | 76 | 0 | 7 | 424 | 117 | 100 |
| Binary | 10110001 | 1011010 | 11101100 | 11001 | 111110 | 0 | 111 | 100010100 | 1001111 | 1000000 |
Color Harmonies of #B15AEC
Complementary color
Monochromatic Colors of #B15AEC
Black with #B15AEC
Text Example
Text Example
White with #B15AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15AEC; }
p { color: rgb(177,90,236); }
H1.HeaderClassName
{
color: #B15AEC;
}
.AnyTagClassName
{
color: #B15AEC;
}
</style>
background-color css
<style>
a { background-color: #B15AEC; }
a { background-color: rgb(177,90,236); }
div.DivClassName
{
background-color: #B15AEC;
}
.BgClassName
{
background-color: #B15AEC;
}
</style>
border-color css
<style>
span { border-color: #B15AEC; }
span { border-color: rgb(177,90,236); }
td.TdClassName
{
border-color: #B15AEC;
}
.TagClassName
{
border-color: #B15AEC;
}
</style>