#BA82F3

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

Shades of Biloba Flower #BA82F3

Tints of Biloba Flower #BA82F3

Color information

#BA82F3 (or 0xBA82F3) is unknown color: approx Biloba Flower. HEX triplet: BA, 82 and F3. RGB value is (186,130,243). Sum of RGB (Red+Green+Blue) = 186+130+243=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA82F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82F3 is #457D0C. Grayscale: #9F9F9F. Windows color (decimal): -4553997 or 15958714. OLE color: 15958714.

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

Color convert

RGB186130243-
CMYK0.230.4700.05
HSL269.73º82.48%73.14%-
HSV(B)269.73º46.5%95.29%-
XYZ44.4132.8888.8-
YUV159.63175.05146.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 243 (95.31% from 255) = 43.47%
R=33.27%
G=23.26%
B=43.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861302430.230.4700.05269.7382.4873.14
HexBA82F3172F0510e5249
Octal272202363275705416122111
Binary10111010100000101111001110111101111010110000111010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA82F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA82F3; }

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

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

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

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

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

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

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

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