#BA85EB

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

Shades of Biloba Flower #BA85EB

Tints of Biloba Flower #BA85EB

Color information

#BA85EB (or 0xBA85EB) is unknown color: approx Biloba Flower. HEX triplet: BA, 85 and EB. RGB value is (186,133,235). Sum of RGB (Red+Green+Blue) = 186+133+235=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA85EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85EB is #457A14. Grayscale: #A0A0A0. Windows color (decimal): -4553237 or 15435194. OLE color: 15435194.

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

Color convert

RGB186133235-
CMYK0.210.4300.08
HSL271.18º71.83%72.16%-
HSV(B)271.18º43.4%92.16%-
XYZ43.6333.2182.71-
YUV160.48170.06146.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 133 (52.34% from 255) = 24.01%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=33.57%
G=24.01%
B=42.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861332350.210.4300.08271.1871.8372.16
HexBA85EB152B0810f4848
Octal2722053532553010417110110
Binary101110101000010111101011101011010110100010000111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85EB; }

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

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

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

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

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

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

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

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