#BA83EB

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

Shades of Biloba Flower #BA83EB

Tints of Biloba Flower #BA83EB

Color information

#BA83EB (or 0xBA83EB) is unknown color: approx Biloba Flower. HEX triplet: BA, 83 and EB. RGB value is (186,131,235). Sum of RGB (Red+Green+Blue) = 186+131+235=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA83EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83EB is #457C14. Grayscale: #9E9E9E. Windows color (decimal): -4553749 or 15434682. OLE color: 15434682.

HSL color Cylindrical-coordinate representation of color #BA83EB: hue angle of 271.73º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA83EB is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186131235-
CMYK0.210.4400.08
HSL271.73º72.22%71.76%-
HSV(B)271.73º44.26%92.16%-
XYZ43.3632.6782.62-
YUV159.3170.72147.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 131 (51.56% from 255) = 23.73%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=33.70%
G=23.73%
B=42.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861312350.210.4400.08271.7372.2271.76
HexBA83EB152C081104848
Octal2722033532554010420110110
Binary101110101000001111101011101011011000100010001000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA83EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA83EB; }

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

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

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

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

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

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

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

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