#B89FF1

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

Shades of Perfume #B89FF1

Tints of Perfume #B89FF1

Color information

#B89FF1 (or 0xB89FF1) is unknown color: approx Perfume. HEX triplet: B8, 9F and F1. RGB value is (184,159,241). Sum of RGB (Red+Green+Blue) = 184+159+241=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #B89FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89FF1 is #47600E. Grayscale: #AFAFAF. Windows color (decimal): -4677647 or 15835064. OLE color: 15835064.

HSL color Cylindrical-coordinate representation of color #B89FF1: hue angle of 258.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B89FF1 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184159241-
CMYK0.240.3400.05
HSL258.29º74.55%78.43%-
HSV(B)258.29º34.02%94.51%-
XYZ48.0441.3488.67-
YUV175.82164.78133.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.51%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=31.51%
G=27.23%
B=41.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841592410.240.3400.05258.2974.5578.43
HexB89FF11822051024b4e
Octal270237361304205402113116
Binary10111000100111111111000111000100010010110000001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FF1; }

 p { color: rgb(184,159,241); }

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

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

 a { background-color: rgb(184,159,241); }

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

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

 span { border-color: rgb(184,159,241); }

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