#B59EFF

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

Shades of Perfume #B59EFF

Tints of Perfume #B59EFF

Color information

#B59EFF (or 0xB59EFF) is unknown color: approx Perfume. HEX triplet: B5, 9E and FF. RGB value is (181,158,255). Sum of RGB (Red+Green+Blue) = 181+158+255=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #B59EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59EFF is #4A6100. Grayscale: #AFAFAF. Windows color (decimal): -4874497 or 16752309. OLE color: 16752309.

HSL color Cylindrical-coordinate representation of color #B59EFF: hue angle of 254.23º 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 #B59EFF is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181158255-
CMYK0.290.3800
HSL254.23º100%80.98%-
HSV(B)254.23º38.04%100%-
XYZ49.3341.5100.02-
YUV175.94172.62131.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.47%
GREEN value IS 158 (62.11% from 255) = 26.60%
BLUE value IS 255 (100% from 255) = 42.93%
R=30.47%
G=26.60%
B=42.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811582550.290.3800254.2310080.98
HexB59EFF1D2600fe6451
Octal265236377354600376144121
Binary10110101100111101111111111101100110001111111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59EFF; }

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

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

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

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

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

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

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

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