#BA97F2

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

Shades of Perfume #BA97F2

Tints of Perfume #BA97F2

Color information

#BA97F2 (or 0xBA97F2) is unknown color: approx Perfume. HEX triplet: BA, 97 and F2. RGB value is (186,151,242). Sum of RGB (Red+Green+Blue) = 186+151+242=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA97F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA97F2 is #45680D. Grayscale: #ABABAB. Windows color (decimal): -4548622 or 15898554. OLE color: 15898554.

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

Color convert

RGB186151242-
CMYK0.230.3800.05
HSL263.08º77.78%77.06%-
HSV(B)263.08º37.6%94.9%-
XYZ47.3438.9889.03-
YUV171.84167.6138.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 151 (59.38% from 255) = 26.08%
BLUE value IS 242 (94.92% from 255) = 41.80%
R=32.12%
G=26.08%
B=41.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861512420.230.3800.05263.0877.7877.06
HexBA97F21726051074e4d
Octal272227362274605407116115
Binary10111010100101111111001010111100110010110000011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97F2; }

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

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

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

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

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

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

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

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