#B59BFD

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

Shades of Perfume #B59BFD

Tints of Perfume #B59BFD

Color information

#B59BFD (or 0xB59BFD) is unknown color: approx Perfume. HEX triplet: B5, 9B and FD. RGB value is (181,155,253). Sum of RGB (Red+Green+Blue) = 181+155+253=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #B59BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59BFD is #4A6402. Grayscale: #ADADAD. Windows color (decimal): -4875267 or 16620469. OLE color: 16620469.

HSL color Cylindrical-coordinate representation of color #B59BFD: hue angle of 255.92º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B59BFD is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181155253-
CMYK0.280.3900.01
HSL255.92º96.08%80%-
HSV(B)255.92º38.74%99.22%-
XYZ48.5140.3698.16-
YUV173.95172.61133.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.73%
GREEN value IS 155 (60.94% from 255) = 26.32%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=30.73%
G=26.32%
B=42.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811552530.280.3900.01255.9296.0880
HexB59BFD1C27011006050
Octal265233375344701400140120
Binary101101011001101111111101111001001110110000000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59BFD; }

 p { color: rgb(181,155,253); }

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

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

 a { background-color: rgb(181,155,253); }

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

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

 span { border-color: rgb(181,155,253); }

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