#BA84F8

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

Shades of Biloba Flower #BA84F8

Tints of Biloba Flower #BA84F8

Color information

#BA84F8 (or 0xBA84F8) is unknown color: approx Biloba Flower. HEX triplet: BA, 84 and F8. RGB value is (186,132,248). Sum of RGB (Red+Green+Blue) = 186+132+248=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA84F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84F8 is #457B07. Grayscale: #A0A0A0. Windows color (decimal): -4553480 or 16286906. OLE color: 16286906.

HSL color Cylindrical-coordinate representation of color #BA84F8: hue angle of 267.93º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA84F8 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186132248-
CMYK0.250.4700.03
HSL267.93º89.23%74.51%-
HSV(B)267.93º46.77%97.25%-
XYZ45.4433.7292.92-
YUV161.37176.89145.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 132 (51.95% from 255) = 23.32%
BLUE value IS 248 (97.27% from 255) = 43.82%
R=32.86%
G=23.32%
B=43.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1861322480.250.4700.03267.9389.2374.51
HexBA84F8192F0310c594b
Octal272204370315703414131113
Binary1011101010000100111110001100110111101110000110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84F8; }

 p { color: rgb(186,132,248); }

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

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

 a { background-color: rgb(186,132,248); }

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

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

 span { border-color: rgb(186,132,248); }

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