#ba82eb

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

Shades of Biloba Flower #BA82EB

Tints of Biloba Flower #BA82EB

Color information

#BA82EB (or 0xBA82EB) is unknown color: approx Biloba Flower. HEX triplet: BA, 82 and EB. RGB value is (186,130,235). Sum of RGB (Red+Green+Blue) = 186+130+235=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA82EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82EB is #457D14. Grayscale: #9E9E9E. Windows color (decimal): -4554005 or 15434426. OLE color: 15434426.

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

Color convert

RGB186130235-
CMYK0.210.4500.08
HSL272º72.41%71.57%-
HSV(B)272º44.68%92.16%-
XYZ43.2332.482.57-
YUV158.71171.05147.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 130 (51.17% from 255) = 23.59%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=33.76%
G=23.59%
B=42.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861302350.210.4500.0827272.4171.57
HexBA82EB152D081104848
Octal2722023532555010420110110
Binary101110101000001011101011101011011010100010001000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba82eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba82eb; }

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

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

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

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

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

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

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

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