#BA95E4

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

Shades of Perfume #BA95E4

Tints of Perfume #BA95E4

Color information

#BA95E4 (or 0xBA95E4) is unknown color: approx Perfume. HEX triplet: BA, 95 and E4. RGB value is (186,149,228). Sum of RGB (Red+Green+Blue) = 186+149+228=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA95E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95E4 is #456A1B. Grayscale: #A8A8A8. Windows color (decimal): -4549148 or 14980538. OLE color: 14980538.

HSL color Cylindrical-coordinate representation of color #BA95E4: hue angle of 268.1º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA95E4 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186149228-
CMYK0.180.3500.11
HSL268.1º59.4%73.92%-
HSV(B)268.1º34.65%89.41%-
XYZ4537.5478.27-
YUV169.07161.26140.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 228 (89.45% from 255) = 40.50%
R=33.04%
G=26.47%
B=40.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861492280.180.3500.11268.159.473.92
HexBA95E412230B10c3b4a
Octal272225344224301341473112
Binary10111010100101011110010010010100011010111000011001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95E4; }

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

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

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

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

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

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

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

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