#B894F5

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

Shades of Perfume #B894F5

Tints of Perfume #B894F5

Color information

#B894F5 (or 0xB894F5) is unknown color: approx Perfume. HEX triplet: B8, 94 and F5. RGB value is (184,148,245). Sum of RGB (Red+Green+Blue) = 184+148+245=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 245 - color contains mainly: blue. Hex color #B894F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B894F5 is #476B0A. Grayscale: #A9A9A9. Windows color (decimal): -4680459 or 16094392. OLE color: 16094392.

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

Color convert

RGB184148245-
CMYK0.250.4000.04
HSL262.27º82.91%77.06%-
HSV(B)262.27º39.59%96.08%-
XYZ46.8437.9691.25-
YUV169.82170.43138.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.89%
GREEN value IS 148 (58.20% from 255) = 25.65%
BLUE value IS 245 (96.09% from 255) = 42.46%
R=31.89%
G=25.65%
B=42.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1841482450.250.4000.04262.2782.9177.06
HexB894F5192804106534d
Octal270224365315004406123115
Binary10111000100101001111010111001101000010010000011010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B894F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B894F5; }

 p { color: rgb(184,148,245); }

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

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

 a { background-color: rgb(184,148,245); }

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

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

 span { border-color: rgb(184,148,245); }

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