#BA83EF

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

Shades of Biloba Flower #BA83EF

Tints of Biloba Flower #BA83EF

Color information

#BA83EF (or 0xBA83EF) is unknown color: approx Biloba Flower. HEX triplet: BA, 83 and EF. RGB value is (186,131,239). Sum of RGB (Red+Green+Blue) = 186+131+239=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA83EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83EF is #457C10. Grayscale: #9F9F9F. Windows color (decimal): -4553745 or 15696826. OLE color: 15696826.

HSL color Cylindrical-coordinate representation of color #BA83EF: hue angle of 270.56º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA83EF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186131239-
CMYK0.220.4500.06
HSL270.56º77.14%72.55%-
HSV(B)270.56º45.19%93.73%-
XYZ43.9532.985.7-
YUV159.76172.72146.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 131 (51.56% from 255) = 23.56%
BLUE value IS 239 (93.75% from 255) = 42.99%
R=33.45%
G=23.56%
B=42.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861312390.220.4500.06270.5677.1472.55
HexBA83EF162D0610f4d49
Octal272203357265506417115111
Binary10111010100000111110111110110101101011010000111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA83EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA83EF; }

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

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

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

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

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

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

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

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