#BA97F7

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

Shades of Perfume #BA97F7

Tints of Perfume #BA97F7

Color information

#BA97F7 (or 0xBA97F7) is unknown color: approx Perfume. HEX triplet: BA, 97 and F7. RGB value is (186,151,247). Sum of RGB (Red+Green+Blue) = 186+151+247=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA97F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA97F7 is #456808. Grayscale: #ACACAC. Windows color (decimal): -4548617 or 16226234. OLE color: 16226234.

HSL color Cylindrical-coordinate representation of color #BA97F7: hue angle of 261.88º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA97F7 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186151247-
CMYK0.250.3900.03
HSL261.88º85.71%78.04%-
HSV(B)261.88º38.87%96.86%-
XYZ48.139.2993.04-
YUV172.41170.1137.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 151 (59.38% from 255) = 25.86%
BLUE value IS 247 (96.88% from 255) = 42.29%
R=31.85%
G=25.86%
B=42.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1861512470.250.3900.03261.8885.7178.04
HexBA97F7192703106564e
Octal272227367314703406126116
Binary1011101010010111111101111100110011101110000011010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97F7; }

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

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

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

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

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

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

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

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