#BA94F4

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

Shades of Perfume #BA94F4

Tints of Perfume #BA94F4

Color information

#BA94F4 (or 0xBA94F4) is unknown color: approx Perfume. HEX triplet: BA, 94 and F4. RGB value is (186,148,244). Sum of RGB (Red+Green+Blue) = 186+148+244=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA94F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA94F4 is #456B0B. Grayscale: #A9A9A9. Windows color (decimal): -4549388 or 16028858. OLE color: 16028858.

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

Color convert

RGB186148244-
CMYK0.240.3900.04
HSL263.75º81.36%76.86%-
HSV(B)263.75º39.34%95.69%-
XYZ47.1738.1590.47-
YUV170.31169.59139.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 244 (95.70% from 255) = 42.21%
R=32.18%
G=25.61%
B=42.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861482440.240.3900.04263.7581.3676.86
HexBA94F4182704108514d
Octal272224364304704410121115
Binary10111010100101001111010011000100111010010000100010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94F4; }

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

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

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

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

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

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

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

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