Shades of Biloba Flower #BA95DF
Tints of Biloba Flower #BA95DF
RGB
CMYK
RGB Variations
Color information
#BA95DF (or 0xBA95DF) is known color: Biloba Flower. HEX triplet: BA, 95 and DF. RGB value is (186,149,223). Sum of RGB (Red+Green+Blue) = 186+149+223=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA95DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95DF is #456A20. Grayscale: #A8A8A8. Windows color (decimal): -4549153 or 14652858. OLE color: 14652858.
HSL color Cylindrical-coordinate representation of color #BA95DF: hue angle of 270º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA95DF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 149 | 223 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.13 |
| HSL | 270º | 0.54% | 0.73% | - |
| HSV(B) | 270º | 0.33% | 0.87% | - |
| XYZ | 44.32 | 37.26 | 74.67 | - |
| YUV | 168.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 223 | 0.17 | 0.33 | 0 | 0.13 | 270 | 0.54 | 0.73 |
| Hex | BA | 95 | DF | 11 | 21 | 0 | D | 10E | 36 | 49 |
| Octal | 272 | 225 | 337 | 21 | 41 | 0 | 15 | 416 | 66 | 111 |
| Binary | 10111010 | 10010101 | 11011111 | 10001 | 100001 | 0 | 1101 | 100001110 | 110110 | 1001001 |
Color Harmonies of #BA95DF
Complementary color
Monochromatic Colors of #BA95DF
Black with #BA95DF
Text Example
Text Example
White with #BA95DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95DF; }
p { color: rgb(186,149,223); }
H1.HeaderClassName
{
color: #BA95DF;
}
.AnyTagClassName
{
color: #BA95DF;
}
</style>
background-color css
<style>
a { background-color: #BA95DF; }
a { background-color: rgb(186,149,223); }
div.DivClassName
{
background-color: #BA95DF;
}
.BgClassName
{
background-color: #BA95DF;
}
</style>
border-color css
<style>
span { border-color: #BA95DF; }
span { border-color: rgb(186,149,223); }
td.TdClassName
{
border-color: #BA95DF;
}
.TagClassName
{
border-color: #BA95DF;
}
</style>