#B39DFF

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

Shades of Perfume #B39DFF

Tints of Perfume #B39DFF

Color information

#B39DFF (or 0xB39DFF) is unknown color: approx Perfume. HEX triplet: B3, 9D and FF. RGB value is (179,157,255). Sum of RGB (Red+Green+Blue) = 179+157+255=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #B39DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39DFF is #4C6200. Grayscale: #AEAEAE. Windows color (decimal): -5005825 or 16752051. OLE color: 16752051.

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

Color convert

RGB179157255-
CMYK0.300.3800
HSL253.47º100%80.78%-
HSV(B)253.47º38.43%100%-
XYZ48.740.9299.94-
YUV174.75173.29131.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.29%
GREEN value IS 157 (61.72% from 255) = 26.57%
BLUE value IS 255 (100% from 255) = 43.15%
R=30.29%
G=26.57%
B=43.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791572550.300.3800253.4710080.78
HexB39DFF1E2600fd6451
Octal263235377364600375144121
Binary10110011100111011111111111110100110001111110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DFF; }

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

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

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

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

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

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

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

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