Shades of Biloba Flower #BA94E4
Tints of Biloba Flower #BA94E4
RGB
CMYK
RGB Variations
Color information
#BA94E4 (or 0xBA94E4) is known color: Biloba Flower. HEX triplet: BA, 94 and E4. RGB value is (186,148,228). Sum of RGB (Red+Green+Blue) = 186+148+228=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA94E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94E4 is #456B1B. Grayscale: #A8A8A8. Windows color (decimal): -4549404 or 14980282. OLE color: 14980282.
HSL color Cylindrical-coordinate representation of color #BA94E4: hue angle of 268.5º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA94E4 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 148 | 228 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.11 |
| HSL | 268.5º | 0.6% | 0.74% | - |
| HSV(B) | 268.5º | 0.35% | 0.89% | - |
| XYZ | 44.84 | 37.22 | 78.22 | - |
| YUV | 168.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 228 | 0.18 | 0.35 | 0 | 0.11 | 268.5 | 0.6 | 0.74 |
| Hex | BA | 94 | E4 | 12 | 23 | 0 | B | 10C | 3C | 4A |
| Octal | 272 | 224 | 344 | 22 | 43 | 0 | 13 | 414 | 74 | 112 |
| Binary | 10111010 | 10010100 | 11100100 | 10010 | 100011 | 0 | 1011 | 100001100 | 111100 | 1001010 |
Color Harmonies of #BA94E4
Complementary color
Monochromatic Colors of #BA94E4
Black with #BA94E4
Text Example
Text Example
White with #BA94E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94E4; }
p { color: rgb(186,148,228); }
H1.HeaderClassName
{
color: #BA94E4;
}
.AnyTagClassName
{
color: #BA94E4;
}
</style>
background-color css
<style>
a { background-color: #BA94E4; }
a { background-color: rgb(186,148,228); }
div.DivClassName
{
background-color: #BA94E4;
}
.BgClassName
{
background-color: #BA94E4;
}
</style>
border-color css
<style>
span { border-color: #BA94E4; }
span { border-color: rgb(186,148,228); }
td.TdClassName
{
border-color: #BA94E4;
}
.TagClassName
{
border-color: #BA94E4;
}
</style>