#B6A0F3

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

Shades of Perfume #B6A0F3

Tints of Perfume #B6A0F3

Color information

#B6A0F3 (or 0xB6A0F3) is unknown color: approx Perfume. HEX triplet: B6, A0 and F3. RGB value is (182,160,243). Sum of RGB (Red+Green+Blue) = 182+160+243=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #B6A0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A0F3 is #495F0C. Grayscale: #AFAFAF. Windows color (decimal): -4808461 or 15966390. OLE color: 15966390.

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

Color convert

RGB182160243-
CMYK0.250.3400.05
HSL255.9º77.57%79.02%-
HSV(B)255.9º34.16%95.29%-
XYZ48.0441.5690.28-
YUV176.04165.79132.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.11%
GREEN value IS 160 (62.89% from 255) = 27.35%
BLUE value IS 243 (95.31% from 255) = 41.54%
R=31.11%
G=27.35%
B=41.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821602430.250.3400.05255.977.5779.02
HexB6A0F31922051004e4f
Octal266240363314205400116117
Binary10110110101000001111001111001100010010110000000010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A0F3; }

 p { color: rgb(182,160,243); }

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

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

 a { background-color: rgb(182,160,243); }

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

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

 span { border-color: rgb(182,160,243); }

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