#BA81ED

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

Shades of Biloba Flower #BA81ED

Tints of Biloba Flower #BA81ED

Color information

#BA81ED (or 0xBA81ED) is unknown color: approx Biloba Flower. HEX triplet: BA, 81 and ED. RGB value is (186,129,237). Sum of RGB (Red+Green+Blue) = 186+129+237=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA81ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA81ED is #457E12. Grayscale: #9D9D9D. Windows color (decimal): -4554259 or 15565242. OLE color: 15565242.

HSL color Cylindrical-coordinate representation of color #BA81ED: hue angle of 271.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA81ED is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186129237-
CMYK0.220.4600.07
HSL271.67º75%71.76%-
HSV(B)271.67º45.57%92.94%-
XYZ43.3932.2584.06-
YUV158.35172.38147.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 129 (50.78% from 255) = 23.37%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=33.70%
G=23.37%
B=42.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861292370.220.4600.07271.677571.76
HexBA81ED162E071104b48
Octal272201355265607420113110
Binary10111010100000011110110110110101110011110001000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81ED; }

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

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

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

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

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

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

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

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