#BA95F1

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

Shades of Perfume #BA95F1

Tints of Perfume #BA95F1

Color information

#BA95F1 (or 0xBA95F1) is unknown color: approx Perfume. HEX triplet: BA, 95 and F1. RGB value is (186,149,241). Sum of RGB (Red+Green+Blue) = 186+149+241=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA95F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA95F1 is #456A0E. Grayscale: #AAAAAA. Windows color (decimal): -4549135 or 15832506. OLE color: 15832506.

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

Color convert

RGB186149241-
CMYK0.230.3800.05
HSL264.13º76.67%76.47%-
HSV(B)264.13º38.17%94.51%-
XYZ46.8738.2888.14-
YUV170.55167.76139.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=32.29%
G=25.87%
B=41.84%

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
Decimal1861492410.230.3800.05264.1376.6776.47
HexBA95F11726051084d4c
Octal272225361274605410115114
Binary10111010100101011111000110111100110010110000100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95F1; }

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

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

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

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

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

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

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

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