Shades of Biloba Flower #BA95E3
Tints of Biloba Flower #BA95E3
RGB
CMYK
RGB Variations
Color information
#BA95E3 (or 0xBA95E3) is known color: Biloba Flower. HEX triplet: BA, 95 and E3. RGB value is (186,149,227). Sum of RGB (Red+Green+Blue) = 186+149+227=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 227 (89.06% from 255 or 40.39% from 562); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA95E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95E3 is #456A1C. Grayscale: #A8A8A8. Windows color (decimal): -4549149 or 14915002. OLE color: 14915002.
HSL color Cylindrical-coordinate representation of color #BA95E3: hue angle of 268.46º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA95E3 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 149 | 227 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.11 |
| HSL | 268.46º | 0.58% | 0.74% | - |
| HSV(B) | 268.46º | 0.34% | 0.89% | - |
| XYZ | 44.86 | 37.48 | 77.54 | - |
| YUV | 168.96 | 160.76 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 227 | 0.18 | 0.34 | 0 | 0.11 | 268.46 | 0.58 | 0.74 |
| Hex | BA | 95 | E3 | 12 | 22 | 0 | B | 10C | 3A | 4A |
| Octal | 272 | 225 | 343 | 22 | 42 | 0 | 13 | 414 | 72 | 112 |
| Binary | 10111010 | 10010101 | 11100011 | 10010 | 100010 | 0 | 1011 | 100001100 | 111010 | 1001010 |
Color Harmonies of #BA95E3
Complementary color
Monochromatic Colors of #BA95E3
Black with #BA95E3
Text Example
Text Example
White with #BA95E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95E3; }
p { color: rgb(186,149,227); }
H1.HeaderClassName
{
color: #BA95E3;
}
.AnyTagClassName
{
color: #BA95E3;
}
</style>
background-color css
<style>
a { background-color: #BA95E3; }
a { background-color: rgb(186,149,227); }
div.DivClassName
{
background-color: #BA95E3;
}
.BgClassName
{
background-color: #BA95E3;
}
</style>
border-color css
<style>
span { border-color: #BA95E3; }
span { border-color: rgb(186,149,227); }
td.TdClassName
{
border-color: #BA95E3;
}
.TagClassName
{
border-color: #BA95E3;
}
</style>