#B59CFE

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

Shades of Perfume #B59CFE

Tints of Perfume #B59CFE

Color information

#B59CFE (or 0xB59CFE) is unknown color: approx Perfume. HEX triplet: B5, 9C and FE. RGB value is (181,156,254). Sum of RGB (Red+Green+Blue) = 181+156+254=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #B59CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59CFE is #4A6301. Grayscale: #AEAEAE. Windows color (decimal): -4875010 or 16686261. OLE color: 16686261.

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

Color convert

RGB181156254-
CMYK0.290.3900.00
HSL255.31º98%80.39%-
HSV(B)255.31º38.58%99.61%-
XYZ48.8340.7699.06-
YUV174.65172.78132.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.63%
GREEN value IS 156 (61.33% from 255) = 26.40%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=30.63%
G=26.40%
B=42.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811562540.290.3900.00255.319880.39
HexB59CFE1D2700ff6250
Octal265234376354700377142120
Binary10110101100111001111111011101100111001111111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CFE; }

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

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

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

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

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

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

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

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