#BA82F1

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

Shades of Biloba Flower #BA82F1

Tints of Biloba Flower #BA82F1

Color information

#BA82F1 (or 0xBA82F1) is unknown color: approx Biloba Flower. HEX triplet: BA, 82 and F1. RGB value is (186,130,241). Sum of RGB (Red+Green+Blue) = 186+130+241=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA82F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82F1 is #457D0E. Grayscale: #9F9F9F. Windows color (decimal): -4553999 or 15827642. OLE color: 15827642.

HSL color Cylindrical-coordinate representation of color #BA82F1: hue angle of 270.27º degrees, saturation: 0.8, 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 #BA82F1 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186130241-
CMYK0.230.4600.05
HSL270.27º79.86%72.75%-
HSV(B)270.27º46.06%94.51%-
XYZ44.1132.7687.22-
YUV159.4174.05146.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 130 (51.17% from 255) = 23.34%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=33.39%
G=23.34%
B=43.27%

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
Decimal1861302410.230.4600.05270.2779.8672.75
HexBA82F1172E0510e5049
Octal272202361275605416120111
Binary10111010100000101111000110111101110010110000111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA82F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA82F1; }

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

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

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

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

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

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

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

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