#B59AFF

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

Shades of Perfume #B59AFF

Tints of Perfume #B59AFF

Color information

#B59AFF (or 0xB59AFF) is unknown color: approx Perfume. HEX triplet: B5, 9A and FF. RGB value is (181,154,255). Sum of RGB (Red+Green+Blue) = 181+154+255=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #B59AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59AFF is #4A6500. Grayscale: #ADADAD. Windows color (decimal): -4875521 or 16751285. OLE color: 16751285.

HSL color Cylindrical-coordinate representation of color #B59AFF: hue angle of 256.04º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B59AFF is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181154255-
CMYK0.290.4000
HSL256.04º100%80.2%-
HSV(B)256.04º39.61%100%-
XYZ48.6640.1599.79-
YUV173.59173.95133.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.68%
GREEN value IS 154 (60.55% from 255) = 26.10%
BLUE value IS 255 (100% from 255) = 43.22%
R=30.68%
G=26.10%
B=43.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811542550.290.4000256.0410080.2
HexB59AFF1D28001006450
Octal265232377355000400144120
Binary101101011001101011111111111011010000010000000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AFF; }

 p { color: rgb(181,154,255); }

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

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

 a { background-color: rgb(181,154,255); }

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

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

 span { border-color: rgb(181,154,255); }

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