#BA91DD

Color #BA91DD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #BA91DD

Tints of Biloba Flower #BA91DD

Color information

#BA91DD (or 0xBA91DD) is unknown color: approx Biloba Flower. HEX triplet: BA, 91 and DD. RGB value is (186,145,221). Sum of RGB (Red+Green+Blue) = 186+145+221=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91DD is #456E22. Grayscale: #A5A5A5. Windows color (decimal): -4550179 or 14520762. OLE color: 14520762.

HSL color Cylindrical-coordinate representation of color #BA91DD: hue angle of 272.37º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA91DD is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186145221-
CMYK0.160.3400.13
HSL272.37º52.78%71.76%-
HSV(B)272.37º34.39%86.67%-
XYZ43.4335.9173.05-
YUV165.92159.08142.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 145 (57.03% from 255) = 26.27%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=33.70%
G=26.27%
B=40.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861452210.160.3400.13272.3752.7871.76
HexBA91DD10220D1103548
Octal272221335204201542065110
Binary10111010100100011101110110000100010011011000100001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91DD; }

 p { color: rgb(186,145,221); }

 H1.HeaderClassName
 {
   color: #BA91DD;
 }
 .AnyTagClassName
 {
   color: #BA91DD;
 }
</style>
background-color css

<style>
 a { background-color: #BA91DD; }

 a { background-color: rgb(186,145,221); }

 div.DivClassName
 {
   background-color: #BA91DD;
 }
 .BgClassName
 {
   background-color: #BA91DD;
 }
</style>
border-color css

<style>
 span { border-color: #BA91DD; }

 span { border-color: rgb(186,145,221); }

 td.TdClassName
 {
   border-color: #BA91DD;
 }
 .TagClassName
 {
   border-color: #BA91DD;
 }
</style>