#BA8FE4

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

Shades of Biloba Flower #BA8FE4

Tints of Biloba Flower #BA8FE4

Color information

#BA8FE4 (or 0xBA8FE4) is unknown color: approx Biloba Flower. HEX triplet: BA, 8F and E4. RGB value is (186,143,228). Sum of RGB (Red+Green+Blue) = 186+143+228=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA8FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FE4 is #45701B. Grayscale: #A5A5A5. Windows color (decimal): -4550684 or 14979002. OLE color: 14979002.

HSL color Cylindrical-coordinate representation of color #BA8FE4: hue angle of 270.35º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA8FE4 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186143228-
CMYK0.180.3700.11
HSL270.35º61.15%72.75%-
HSV(B)270.35º37.28%89.41%-
XYZ44.0835.6977.96-
YUV165.55163.25142.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=33.39%
G=25.67%
B=40.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861432280.180.3700.11270.3561.1572.75
HexBA8FE412250B10e3d49
Octal272217344224501341675111
Binary10111010100011111110010010010100101010111000011101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FE4; }

 p { color: rgb(186,143,228); }

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

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

 a { background-color: rgb(186,143,228); }

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

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

 span { border-color: rgb(186,143,228); }

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