#BA7FF1

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

Shades of Biloba Flower #BA7FF1

Tints of Biloba Flower #BA7FF1

Color information

#BA7FF1 (or 0xBA7FF1) is unknown color: approx Biloba Flower. HEX triplet: BA, 7F and F1. RGB value is (186,127,241). Sum of RGB (Red+Green+Blue) = 186+127+241=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA7FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FF1 is #45800E. Grayscale: #9D9D9D. Windows color (decimal): -4554767 or 15826874. OLE color: 15826874.

HSL color Cylindrical-coordinate representation of color #BA7FF1: hue angle of 271.05º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7FF1 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186127241-
CMYK0.230.4700.05
HSL271.05º80.28%72.16%-
HSV(B)271.05º47.3%94.51%-
XYZ43.7231.9787.09-
YUV157.64175.05148.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 127 (50% from 255) = 22.92%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=33.57%
G=22.92%
B=43.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861272410.230.4700.05271.0580.2872.16
HexBA7FF1172F0510f5048
Octal272177361275705417120110
Binary1011101011111111111000110111101111010110000111110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7FF1; }

 p { color: rgb(186,127,241); }

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

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

 a { background-color: rgb(186,127,241); }

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

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

 span { border-color: rgb(186,127,241); }

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