#BA93FC

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

Shades of Perfume #BA93FC

Tints of Perfume #BA93FC

Color information

#BA93FC (or 0xBA93FC) is unknown color: approx Perfume. HEX triplet: BA, 93 and FC. RGB value is (186,147,252). Sum of RGB (Red+Green+Blue) = 186+147+252=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA93FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93FC is #456C03. Grayscale: #AAAAAA. Windows color (decimal): -4549636 or 16552890. OLE color: 16552890.

HSL color Cylindrical-coordinate representation of color #BA93FC: hue angle of 262.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA93FC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186147252-
CMYK0.260.4200.01
HSL262.29º94.59%78.24%-
HSV(B)262.29º41.67%98.82%-
XYZ48.2538.3396.95-
YUV170.63173.92138.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=31.79%
G=25.13%
B=43.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861472520.260.4200.01262.2994.5978.24
HexBA93FC1A2A011065f4e
Octal272223374325201406137116
Binary101110101001001111111100110101010100110000011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93FC; }

 p { color: rgb(186,147,252); }

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

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

 a { background-color: rgb(186,147,252); }

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

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

 span { border-color: rgb(186,147,252); }

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