Shades of Biloba Flower #BA87E3
Tints of Biloba Flower #BA87E3
RGB
CMYK
RGB Variations
Color information
#BA87E3 (or 0xBA87E3) is known color: Biloba Flower. HEX triplet: BA, 87 and E3. RGB value is (186,135,227). Sum of RGB (Red+Green+Blue) = 186+135+227=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA87E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87E3 is #45781C. Grayscale: #A0A0A0. Windows color (decimal): -4552733 or 14911418. OLE color: 14911418.
HSL color Cylindrical-coordinate representation of color #BA87E3: hue angle of 273.26º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA87E3 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 135 | 227 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.11 |
| HSL | 273.26º | 0.62% | 0.71% | - |
| HSV(B) | 273.26º | 0.41% | 0.89% | - |
| XYZ | 42.78 | 33.31 | 76.85 | - |
| YUV | 160.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 227 | 0.18 | 0.41 | 0 | 0.11 | 273.26 | 0.62 | 0.71 |
| Hex | BA | 87 | E3 | 12 | 29 | 0 | B | 111 | 3E | 47 |
| Octal | 272 | 207 | 343 | 22 | 51 | 0 | 13 | 421 | 76 | 107 |
| Binary | 10111010 | 10000111 | 11100011 | 10010 | 101001 | 0 | 1011 | 100010001 | 111110 | 1000111 |
Color Harmonies of #BA87E3
Complementary color
Monochromatic Colors of #BA87E3
Black with #BA87E3
Text Example
Text Example
White with #BA87E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87E3; }
p { color: rgb(186,135,227); }
H1.HeaderClassName
{
color: #BA87E3;
}
.AnyTagClassName
{
color: #BA87E3;
}
</style>
background-color css
<style>
a { background-color: #BA87E3; }
a { background-color: rgb(186,135,227); }
div.DivClassName
{
background-color: #BA87E3;
}
.BgClassName
{
background-color: #BA87E3;
}
</style>
border-color css
<style>
span { border-color: #BA87E3; }
span { border-color: rgb(186,135,227); }
td.TdClassName
{
border-color: #BA87E3;
}
.TagClassName
{
border-color: #BA87E3;
}
</style>