#BA83F9

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

Shades of Biloba Flower #BA83F9

Tints of Biloba Flower #BA83F9

Color information

#BA83F9 (or 0xBA83F9) is unknown color: approx Biloba Flower. HEX triplet: BA, 83 and F9. RGB value is (186,131,249). Sum of RGB (Red+Green+Blue) = 186+131+249=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA83F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83F9 is #457C06. Grayscale: #A0A0A0. Windows color (decimal): -4553735 or 16352186. OLE color: 16352186.

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

Color convert

RGB186131249-
CMYK0.250.4700.02
HSL267.97º90.77%74.51%-
HSV(B)267.97º47.39%97.65%-
XYZ45.4633.5193.69-
YUV160.9177.72145.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 249 (97.66% from 255) = 43.99%
R=32.86%
G=23.14%
B=43.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861312490.250.4700.02267.9790.7774.51
HexBA83F9192F0210c5b4b
Octal272203371315702414133113
Binary1011101010000011111110011100110111101010000110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA83F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA83F9; }

 p { color: rgb(186,131,249); }

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

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

 a { background-color: rgb(186,131,249); }

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

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

 span { border-color: rgb(186,131,249); }

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