#BA95F7

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

Shades of Perfume #BA95F7

Tints of Perfume #BA95F7

Color information

#BA95F7 (or 0xBA95F7) is unknown color: approx Perfume. HEX triplet: BA, 95 and F7. RGB value is (186,149,247). Sum of RGB (Red+Green+Blue) = 186+149+247=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA95F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA95F7 is #456A08. Grayscale: #AAAAAA. Windows color (decimal): -4549129 or 16225722. OLE color: 16225722.

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

Color convert

RGB186149247-
CMYK0.250.4000.03
HSL262.65º85.96%77.65%-
HSV(B)262.65º39.68%96.86%-
XYZ47.7938.6592.94-
YUV171.24170.76138.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 247 (96.88% from 255) = 42.44%
R=31.96%
G=25.60%
B=42.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1861492470.250.4000.03262.6585.9677.65
HexBA95F7192803107564e
Octal272225367315003407126116
Binary1011101010010101111101111100110100001110000011110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95F7; }

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

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

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

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

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

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

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

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