Shades of Biloba Flower #BA8BE4
Tints of Biloba Flower #BA8BE4
RGB
CMYK
RGB Variations
Color information
#BA8BE4 (or 0xBA8BE4) is known color: Biloba Flower. HEX triplet: BA, 8B and E4. RGB value is (186,139,228). Sum of RGB (Red+Green+Blue) = 186+139+228=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA8BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BE4 is #45741B. Grayscale: #A2A2A2. Windows color (decimal): -4551708 or 14977978. OLE color: 14977978.
HSL color Cylindrical-coordinate representation of color #BA8BE4: hue angle of 271.69º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8BE4 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 139 | 228 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.11 |
| HSL | 271.69º | 0.62% | 0.72% | - |
| HSV(B) | 271.69º | 0.39% | 0.89% | - |
| XYZ | 43.49 | 34.51 | 77.77 | - |
| YUV | 163.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 228 | 0.18 | 0.39 | 0 | 0.11 | 271.69 | 0.62 | 0.72 |
| Hex | BA | 8B | E4 | 12 | 27 | 0 | B | 110 | 3E | 48 |
| Octal | 272 | 213 | 344 | 22 | 47 | 0 | 13 | 420 | 76 | 110 |
| Binary | 10111010 | 10001011 | 11100100 | 10010 | 100111 | 0 | 1011 | 100010000 | 111110 | 1001000 |
Color Harmonies of #BA8BE4
Complementary color
Monochromatic Colors of #BA8BE4
Black with #BA8BE4
Text Example
Text Example
White with #BA8BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BE4; }
p { color: rgb(186,139,228); }
H1.HeaderClassName
{
color: #BA8BE4;
}
.AnyTagClassName
{
color: #BA8BE4;
}
</style>
background-color css
<style>
a { background-color: #BA8BE4; }
a { background-color: rgb(186,139,228); }
div.DivClassName
{
background-color: #BA8BE4;
}
.BgClassName
{
background-color: #BA8BE4;
}
</style>
border-color css
<style>
span { border-color: #BA8BE4; }
span { border-color: rgb(186,139,228); }
td.TdClassName
{
border-color: #BA8BE4;
}
.TagClassName
{
border-color: #BA8BE4;
}
</style>