#BA83F2

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

Shades of Biloba Flower #BA83F2

Tints of Biloba Flower #BA83F2

Color information

#BA83F2 (or 0xBA83F2) is unknown color: approx Biloba Flower. HEX triplet: BA, 83 and F2. RGB value is (186,131,242). Sum of RGB (Red+Green+Blue) = 186+131+242=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA83F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83F2 is #457C0D. Grayscale: #9F9F9F. Windows color (decimal): -4553742 or 15893434. OLE color: 15893434.

HSL color Cylindrical-coordinate representation of color #BA83F2: hue angle of 269.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA83F2 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186131242-
CMYK0.230.4600.05
HSL269.73º81.02%73.14%-
HSV(B)269.73º45.87%94.9%-
XYZ44.3933.0888.05-
YUV160.1174.22146.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 131 (51.56% from 255) = 23.43%
BLUE value IS 242 (94.92% from 255) = 43.29%
R=33.27%
G=23.43%
B=43.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861312420.230.4600.05269.7381.0273.14
HexBA83F2172E0510e5149
Octal272203362275605416121111
Binary10111010100000111111001010111101110010110000111010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA83F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA83F2; }

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

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

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

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

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

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

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

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