#BA95D6

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

Shades of Biloba Flower #BA95D6

Tints of Biloba Flower #BA95D6

Color information

#BA95D6 (or 0xBA95D6) is unknown color: approx Biloba Flower. HEX triplet: BA, 95 and D6. RGB value is (186,149,214). Sum of RGB (Red+Green+Blue) = 186+149+214=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA95D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95D6 is #456A29. Grayscale: #A7A7A7. Windows color (decimal): -4549162 or 14063034. OLE color: 14063034.

HSL color Cylindrical-coordinate representation of color #BA95D6: hue angle of 274.15º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA95D6 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186149214-
CMYK0.130.3000.16
HSL274.15º44.22%71.18%-
HSV(B)274.15º30.37%83.92%-
XYZ43.1336.7968.45-
YUV167.47154.26141.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 214 (83.98% from 255) = 38.98%
R=33.88%
G=27.14%
B=38.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861492140.130.3000.16274.1544.2271.18
HexBA95D6D1E0101122c47
Octal272225326153602042254107
Binary1011101010010101110101101101111100100001000100101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95D6; }

 p { color: rgb(186,149,214); }

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

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

 a { background-color: rgb(186,149,214); }

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

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

 span { border-color: rgb(186,149,214); }

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