Shades of Biloba Flower #BA95E2
Tints of Biloba Flower #BA95E2
RGB
CMYK
RGB Variations
Color information
#BA95E2 (or 0xBA95E2) is known color: Biloba Flower. HEX triplet: BA, 95 and E2. RGB value is (186,149,226). Sum of RGB (Red+Green+Blue) = 186+149+226=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA95E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95E2 is #456A1D. Grayscale: #A8A8A8. Windows color (decimal): -4549150 or 14849466. OLE color: 14849466.
HSL color Cylindrical-coordinate representation of color #BA95E2: hue angle of 268.83º degrees, saturation: 0.57, 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 #BA95E2 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 149 | 226 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.11 |
| HSL | 268.83º | 0.57% | 0.74% | - |
| HSV(B) | 268.83º | 0.34% | 0.89% | - |
| XYZ | 44.72 | 37.42 | 76.82 | - |
| YUV | 168.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 226 | 0.18 | 0.34 | 0 | 0.11 | 268.83 | 0.57 | 0.74 |
| Hex | BA | 95 | E2 | 12 | 22 | 0 | B | 10D | 39 | 4A |
| Octal | 272 | 225 | 342 | 22 | 42 | 0 | 13 | 415 | 71 | 112 |
| Binary | 10111010 | 10010101 | 11100010 | 10010 | 100010 | 0 | 1011 | 100001101 | 111001 | 1001010 |
Color Harmonies of #BA95E2
Complementary color
Monochromatic Colors of #BA95E2
Black with #BA95E2
Text Example
Text Example
White with #BA95E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95E2; }
p { color: rgb(186,149,226); }
H1.HeaderClassName
{
color: #BA95E2;
}
.AnyTagClassName
{
color: #BA95E2;
}
</style>
background-color css
<style>
a { background-color: #BA95E2; }
a { background-color: rgb(186,149,226); }
div.DivClassName
{
background-color: #BA95E2;
}
.BgClassName
{
background-color: #BA95E2;
}
</style>
border-color css
<style>
span { border-color: #BA95E2; }
span { border-color: rgb(186,149,226); }
td.TdClassName
{
border-color: #BA95E2;
}
.TagClassName
{
border-color: #BA95E2;
}
</style>