#BA82EF

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

Shades of Biloba Flower #BA82EF

Tints of Biloba Flower #BA82EF

Color information

#BA82EF (or 0xBA82EF) is unknown color: approx Biloba Flower. HEX triplet: BA, 82 and EF. RGB value is (186,130,239). Sum of RGB (Red+Green+Blue) = 186+130+239=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA82EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82EF is #457D10. Grayscale: #9E9E9E. Windows color (decimal): -4554001 or 15696570. OLE color: 15696570.

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

Color convert

RGB186130239-
CMYK0.220.4600.06
HSL270.83º77.3%72.35%-
HSV(B)270.83º45.61%93.73%-
XYZ43.8132.6485.65-
YUV159.17173.05147.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 130 (51.17% from 255) = 23.42%
BLUE value IS 239 (93.75% from 255) = 43.06%
R=33.51%
G=23.42%
B=43.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861302390.220.4600.06270.8377.372.35
HexBA82EF162E0610f4d48
Octal272202357265606417115110
Binary10111010100000101110111110110101110011010000111110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA82EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA82EF; }

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

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

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

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

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

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

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

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