#B59DFE

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

Shades of Perfume #B59DFE

Tints of Perfume #B59DFE

Color information

#B59DFE (or 0xB59DFE) is unknown color: approx Perfume. HEX triplet: B5, 9D and FE. RGB value is (181,157,254). Sum of RGB (Red+Green+Blue) = 181+157+254=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #B59DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59DFE is #4A6201. Grayscale: #AEAEAE. Windows color (decimal): -4874754 or 16686517. OLE color: 16686517.

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

Color convert

RGB181157254-
CMYK0.290.3800.00
HSL254.85º97.98%80.59%-
HSV(B)254.85º38.19%99.61%-
XYZ4941.0999.12-
YUV175.23172.45132.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.57%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=30.57%
G=26.52%
B=42.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811572540.290.3800.00254.8597.9880.59
HexB59DFE1D2600ff6251
Octal265235376354600377142121
Binary10110101100111011111111011101100110001111111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DFE; }

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

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

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

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

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

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

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

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