Shades of Biloba Flower #BA82E7
Tints of Biloba Flower #BA82E7
RGB
CMYK
RGB Variations
Color information
#BA82E7 (or 0xBA82E7) is known color: Biloba Flower. HEX triplet: BA, 82 and E7. RGB value is (186,130,231). Sum of RGB (Red+Green+Blue) = 186+130+231=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA82E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82E7 is #457D18. Grayscale: #9D9D9D. Windows color (decimal): -4554009 or 15172282. OLE color: 15172282.
HSL color Cylindrical-coordinate representation of color #BA82E7: hue angle of 273.27º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA82E7 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 130 | 231 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.09 |
| HSL | 273.27º | 0.68% | 0.71% | - |
| HSV(B) | 273.27º | 0.44% | 0.91% | - |
| XYZ | 42.66 | 32.17 | 79.56 | - |
| YUV | 158.26 | 169.05 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 231 | 0.19 | 0.44 | 0 | 0.09 | 273.27 | 0.68 | 0.71 |
| Hex | BA | 82 | E7 | 13 | 2C | 0 | 9 | 111 | 44 | 47 |
| Octal | 272 | 202 | 347 | 23 | 54 | 0 | 11 | 421 | 104 | 107 |
| Binary | 10111010 | 10000010 | 11100111 | 10011 | 101100 | 0 | 1001 | 100010001 | 1000100 | 1000111 |
Color Harmonies of #BA82E7
Complementary color
Monochromatic Colors of #BA82E7
Black with #BA82E7
Text Example
Text Example
White with #BA82E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA82E7; }
p { color: rgb(186,130,231); }
H1.HeaderClassName
{
color: #BA82E7;
}
.AnyTagClassName
{
color: #BA82E7;
}
</style>
background-color css
<style>
a { background-color: #BA82E7; }
a { background-color: rgb(186,130,231); }
div.DivClassName
{
background-color: #BA82E7;
}
.BgClassName
{
background-color: #BA82E7;
}
</style>
border-color css
<style>
span { border-color: #BA82E7; }
span { border-color: rgb(186,130,231); }
td.TdClassName
{
border-color: #BA82E7;
}
.TagClassName
{
border-color: #BA82E7;
}
</style>