#BA81EA

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

Shades of Biloba Flower #BA81EA

Tints of Biloba Flower #BA81EA

Color information

#BA81EA (or 0xBA81EA) is unknown color: approx Biloba Flower. HEX triplet: BA, 81 and EA. RGB value is (186,129,234). Sum of RGB (Red+Green+Blue) = 186+129+234=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA81EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA81EA is #457E15. Grayscale: #9D9D9D. Windows color (decimal): -4554262 or 15368634. OLE color: 15368634.

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

Color convert

RGB186129234-
CMYK0.210.4500.08
HSL272.57º71.43%71.18%-
HSV(B)272.57º44.87%91.76%-
XYZ42.9532.0881.77-
YUV158.01170.88147.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=33.88%
G=23.50%
B=42.62%

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
Decimal1861292340.210.4500.08272.5771.4371.18
HexBA81EA152D081114747
Octal2722013522555010421107107
Binary101110101000000111101010101011011010100010001000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81EA; }

 p { color: rgb(186,129,234); }

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

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

 a { background-color: rgb(186,129,234); }

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

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

 span { border-color: rgb(186,129,234); }

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