#B79AF2

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

Shades of Perfume #B79AF2

Tints of Perfume #B79AF2

Color information

#B79AF2 (or 0xB79AF2) is unknown color: approx Perfume. HEX triplet: B7, 9A and F2. RGB value is (183,154,242). Sum of RGB (Red+Green+Blue) = 183+154+242=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #B79AF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B79AF2 is #48650D. Grayscale: #ACACAC. Windows color (decimal): -4744462 or 15899319. OLE color: 15899319.

HSL color Cylindrical-coordinate representation of color #B79AF2: hue angle of 259.77º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B79AF2 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183154242-
CMYK0.240.3600.05
HSL259.77º77.19%77.65%-
HSV(B)259.77º36.36%94.9%-
XYZ47.1139.5989.16-
YUV172.7167.11135.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.61%
GREEN value IS 154 (60.55% from 255) = 26.60%
BLUE value IS 242 (94.92% from 255) = 41.80%
R=31.61%
G=26.60%
B=41.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831542420.240.3600.05259.7777.1977.65
HexB79AF21824051044d4e
Octal267232362304405404115116
Binary10110111100110101111001011000100100010110000010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79AF2; }

 p { color: rgb(183,154,242); }

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

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

 a { background-color: rgb(183,154,242); }

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

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

 span { border-color: rgb(183,154,242); }

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