#BA83FA

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

Shades of Biloba Flower #BA83FA

Tints of Biloba Flower #BA83FA

Color information

#BA83FA (or 0xBA83FA) is unknown color: approx Biloba Flower. HEX triplet: BA, 83 and FA. RGB value is (186,131,250). Sum of RGB (Red+Green+Blue) = 186+131+250=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA83FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83FA is #457C05. Grayscale: #A0A0A0. Windows color (decimal): -4553734 or 16417722. OLE color: 16417722.

HSL color Cylindrical-coordinate representation of color #BA83FA: hue angle of 267.73º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA83FA is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186131250-
CMYK0.260.4800.02
HSL267.73º92.25%74.71%-
HSV(B)267.73º47.6%98.04%-
XYZ45.6233.5794.52-
YUV161.01178.22145.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 131 (51.56% from 255) = 23.10%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=32.80%
G=23.10%
B=44.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861312500.260.4800.02267.7392.2574.71
HexBA83FA1A300210c5c4b
Octal272203372326002414134113
Binary1011101010000011111110101101011000001010000110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA83FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA83FA; }

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

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

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

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

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

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

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

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