#B895F6

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

Shades of Perfume #B895F6

Tints of Perfume #B895F6

Color information

#B895F6 (or 0xB895F6) is unknown color: approx Perfume. HEX triplet: B8, 95 and F6. RGB value is (184,149,246). Sum of RGB (Red+Green+Blue) = 184+149+246=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #B895F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B895F6 is #476A09. Grayscale: #AAAAAA. Windows color (decimal): -4680202 or 16160184. OLE color: 16160184.

HSL color Cylindrical-coordinate representation of color #B895F6: hue angle of 261.65º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B895F6 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB184149246-
CMYK0.250.3900.04
HSL261.65º84.35%77.45%-
HSV(B)261.65º39.43%96.47%-
XYZ47.1538.3492.1-
YUV170.52170.6137.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.78%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 246 (96.48% from 255) = 42.49%
R=31.78%
G=25.73%
B=42.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1841492460.250.3900.04261.6584.3577.45
HexB895F6192704106544d
Octal270225366314704406124115
Binary10111000100101011111011011001100111010010000011010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B895F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B895F6; }

 p { color: rgb(184,149,246); }

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

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

 a { background-color: rgb(184,149,246); }

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

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

 span { border-color: rgb(184,149,246); }

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