#BA87E8

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

Shades of Biloba Flower #BA87E8

Tints of Biloba Flower #BA87E8

Color information

#BA87E8 (or 0xBA87E8) is unknown color: approx Biloba Flower. HEX triplet: BA, 87 and E8. RGB value is (186,135,232). Sum of RGB (Red+Green+Blue) = 186+135+232=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA87E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87E8 is #457817. Grayscale: #A0A0A0. Windows color (decimal): -4552728 or 15239098. OLE color: 15239098.

HSL color Cylindrical-coordinate representation of color #BA87E8: hue angle of 271.55º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA87E8 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186135232-
CMYK0.200.4200.09
HSL271.55º67.83%71.96%-
HSV(B)271.55º41.81%90.98%-
XYZ43.4833.5980.54-
YUV161.31167.9145.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 135 (53.12% from 255) = 24.41%
BLUE value IS 232 (91.02% from 255) = 41.95%
R=33.63%
G=24.41%
B=41.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861352320.200.4200.09271.5567.8371.96
HexBA87E8142A091104448
Octal2722073502452011420104110
Binary101110101000011111101000101001010100100110001000010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87E8; }

 p { color: rgb(186,135,232); }

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

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

 a { background-color: rgb(186,135,232); }

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

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

 span { border-color: rgb(186,135,232); }

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