#BA84FB

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

Shades of Biloba Flower #BA84FB

Tints of Biloba Flower #BA84FB

Color information

#BA84FB (or 0xBA84FB) is unknown color: approx Biloba Flower. HEX triplet: BA, 84 and FB. RGB value is (186,132,251). Sum of RGB (Red+Green+Blue) = 186+132+251=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA84FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84FB is #457B04. Grayscale: #A1A1A1. Windows color (decimal): -4553477 or 16483514. OLE color: 16483514.

HSL color Cylindrical-coordinate representation of color #BA84FB: hue angle of 267.23º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA84FB is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186132251-
CMYK0.260.4700.02
HSL267.23º93.7%75.1%-
HSV(B)267.23º47.41%98.43%-
XYZ45.9133.9195.39-
YUV161.71178.39145.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 132 (51.95% from 255) = 23.20%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=32.69%
G=23.20%
B=44.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861322510.260.4700.02267.2393.775.1
HexBA84FB1A2F0210b5e4b
Octal272204373325702413136113
Binary1011101010000100111110111101010111101010000101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84FB; }

 p { color: rgb(186,132,251); }

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

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

 a { background-color: rgb(186,132,251); }

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

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

 span { border-color: rgb(186,132,251); }

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