#BA93F2

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

Shades of Perfume #BA93F2

Tints of Perfume #BA93F2

Color information

#BA93F2 (or 0xBA93F2) is unknown color: approx Perfume. HEX triplet: BA, 93 and F2. RGB value is (186,147,242). Sum of RGB (Red+Green+Blue) = 186+147+242=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA93F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93F2 is #456C0D. Grayscale: #A9A9A9. Windows color (decimal): -4549646 or 15897530. OLE color: 15897530.

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

Color convert

RGB186147242-
CMYK0.230.3900.05
HSL264.63º78.51%76.27%-
HSV(B)264.63º39.26%94.9%-
XYZ46.7137.7288.82-
YUV169.49168.92139.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 147 (57.81% from 255) = 25.57%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=32.35%
G=25.57%
B=42.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861472420.230.3900.05264.6378.5176.27
HexBA93F21727051094f4c
Octal272223362274705411117114
Binary10111010100100111111001010111100111010110000100110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93F2; }

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

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

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

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

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

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

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

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