#B59DFF

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

Shades of Perfume #B59DFF

Tints of Perfume #B59DFF

Color information

#B59DFF (or 0xB59DFF) is unknown color: approx Perfume. HEX triplet: B5, 9D and FF. RGB value is (181,157,255). Sum of RGB (Red+Green+Blue) = 181+157+255=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #B59DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59DFF is #4A6200. Grayscale: #AEAEAE. Windows color (decimal): -4874753 or 16752053. OLE color: 16752053.

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

Color convert

RGB181157255-
CMYK0.290.3800
HSL254.69º100%80.78%-
HSV(B)254.69º38.43%100%-
XYZ49.1641.1699.96-
YUV175.35172.95132.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.52%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 255 (100% from 255) = 43.00%
R=30.52%
G=26.48%
B=43.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811572550.290.3800254.6910080.78
HexB59DFF1D2600ff6451
Octal265235377354600377144121
Binary10110101100111011111111111101100110001111111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DFF; }

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

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

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

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

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

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

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

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