#BA89FD

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

Shades of Biloba Flower #BA89FD

Tints of Biloba Flower #BA89FD

Color information

#BA89FD (or 0xBA89FD) is unknown color: approx Biloba Flower. HEX triplet: BA, 89 and FD. RGB value is (186,137,253). Sum of RGB (Red+Green+Blue) = 186+137+253=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA89FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA89FD is #457602. Grayscale: #A4A4A4. Windows color (decimal): -4552195 or 16615866. OLE color: 16615866.

HSL color Cylindrical-coordinate representation of color #BA89FD: hue angle of 265.34º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA89FD is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186137253-
CMYK0.260.4600.01
HSL265.34º96.67%76.47%-
HSV(B)265.34º45.85%99.22%-
XYZ46.9235.4297.29-
YUV164.88177.73143.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 137 (53.91% from 255) = 23.78%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=32.29%
G=23.78%
B=43.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861372530.260.4600.01265.3496.6776.47
HexBA89FD1A2E01109614c
Octal272211375325601411141114
Binary101110101000100111111101110101011100110000100111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89FD; }

 p { color: rgb(186,137,253); }

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

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

 a { background-color: rgb(186,137,253); }

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

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

 span { border-color: rgb(186,137,253); }

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