#BA7FF4

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

Shades of Biloba Flower #BA7FF4

Tints of Biloba Flower #BA7FF4

Color information

#BA7FF4 (or 0xBA7FF4) is unknown color: approx Biloba Flower. HEX triplet: BA, 7F and F4. RGB value is (186,127,244). Sum of RGB (Red+Green+Blue) = 186+127+244=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA7FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FF4 is #45800B. Grayscale: #9D9D9D. Windows color (decimal): -4554764 or 16023482. OLE color: 16023482.

HSL color Cylindrical-coordinate representation of color #BA7FF4: hue angle of 270.26º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA7FF4 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186127244-
CMYK0.240.4800.04
HSL270.26º84.17%72.75%-
HSV(B)270.26º47.95%95.69%-
XYZ44.1732.1589.47-
YUV157.98176.55147.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 244 (95.70% from 255) = 43.81%
R=33.39%
G=22.80%
B=43.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861272440.240.4800.04270.2684.1772.75
HexBA7FF418300410e5449
Octal272177364306004416124111
Binary1011101011111111111010011000110000010010000111010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7FF4; }

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

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

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

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

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

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

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

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