#B894F6

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

Shades of Perfume #B894F6

Tints of Perfume #B894F6

Color information

#B894F6 (or 0xB894F6) is unknown color: approx Perfume. HEX triplet: B8, 94 and F6. RGB value is (184,148,246). Sum of RGB (Red+Green+Blue) = 184+148+246=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #B894F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B894F6 is #476B09. Grayscale: #A9A9A9. Windows color (decimal): -4680458 or 16159928. OLE color: 16159928.

HSL color Cylindrical-coordinate representation of color #B894F6: hue angle of 262.04º degrees, saturation: 0.84, 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 #B894F6 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB184148246-
CMYK0.250.4000.04
HSL262.04º84.48%77.25%-
HSV(B)262.04º39.84%96.47%-
XYZ46.9938.0292.05-
YUV169.94170.93138.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.83%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 246 (96.48% from 255) = 42.56%
R=31.83%
G=25.61%
B=42.56%

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
Decimal1841482460.250.4000.04262.0484.4877.25
HexB894F6192804106544d
Octal270224366315004406124115
Binary10111000100101001111011011001101000010010000011010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B894F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B894F6; }

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

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

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

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

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

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

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

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