Shades of Biloba Flower #BA92E4
Tints of Biloba Flower #BA92E4
RGB
CMYK
RGB Variations
Color information
#BA92E4 (or 0xBA92E4) is known color: Biloba Flower. HEX triplet: BA, 92 and E4. RGB value is (186,146,228). Sum of RGB (Red+Green+Blue) = 186+146+228=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA92E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92E4 is #456D1B. Grayscale: #A7A7A7. Windows color (decimal): -4549916 or 14979770. OLE color: 14979770.
HSL color Cylindrical-coordinate representation of color #BA92E4: hue angle of 269.27º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA92E4 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 146 | 228 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.11 |
| HSL | 269.27º | 0.6% | 0.73% | - |
| HSV(B) | 269.27º | 0.36% | 0.89% | - |
| XYZ | 44.53 | 36.6 | 78.12 | - |
| YUV | 167.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 228 | 0.18 | 0.36 | 0 | 0.11 | 269.27 | 0.6 | 0.73 |
| Hex | BA | 92 | E4 | 12 | 24 | 0 | B | 10D | 3C | 49 |
| Octal | 272 | 222 | 344 | 22 | 44 | 0 | 13 | 415 | 74 | 111 |
| Binary | 10111010 | 10010010 | 11100100 | 10010 | 100100 | 0 | 1011 | 100001101 | 111100 | 1001001 |
Color Harmonies of #BA92E4
Complementary color
Monochromatic Colors of #BA92E4
Black with #BA92E4
Text Example
Text Example
White with #BA92E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA92E4; }
p { color: rgb(186,146,228); }
H1.HeaderClassName
{
color: #BA92E4;
}
.AnyTagClassName
{
color: #BA92E4;
}
</style>
background-color css
<style>
a { background-color: #BA92E4; }
a { background-color: rgb(186,146,228); }
div.DivClassName
{
background-color: #BA92E4;
}
.BgClassName
{
background-color: #BA92E4;
}
</style>
border-color css
<style>
span { border-color: #BA92E4; }
span { border-color: rgb(186,146,228); }
td.TdClassName
{
border-color: #BA92E4;
}
.TagClassName
{
border-color: #BA92E4;
}
</style>