#B59FF5

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

Shades of Perfume #B59FF5

Tints of Perfume #B59FF5

Color information

#B59FF5 (or 0xB59FF5) is unknown color: approx Perfume. HEX triplet: B5, 9F and F5. RGB value is (181,159,245). Sum of RGB (Red+Green+Blue) = 181+159+245=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #B59FF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59FF5 is #4A600A. Grayscale: #AFAFAF. Windows color (decimal): -4874251 or 16097205. OLE color: 16097205.

HSL color Cylindrical-coordinate representation of color #B59FF5: hue angle of 255.35º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B59FF5 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB181159245-
CMYK0.260.3500.04
HSL255.35º81.13%79.22%-
HSV(B)255.35º35.1%96.08%-
XYZ47.9441.2191.81-
YUV175.38167.29132.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.94%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 245 (96.09% from 255) = 41.88%
R=30.94%
G=27.18%
B=41.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811592450.260.3500.04255.3581.1379.22
HexB59FF51A2304ff514f
Octal265237365324304377121117
Binary1011010110011111111101011101010001101001111111110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FF5; }

 p { color: rgb(181,159,245); }

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

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

 a { background-color: rgb(181,159,245); }

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

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

 span { border-color: rgb(181,159,245); }

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