#B7A0F2

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

Shades of Perfume #B7A0F2

Tints of Perfume #B7A0F2

Color information

#B7A0F2 (or 0xB7A0F2) is unknown color: approx Perfume. HEX triplet: B7, A0 and F2. RGB value is (183,160,242). Sum of RGB (Red+Green+Blue) = 183+160+242=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7A0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A0F2 is #485F0D. Grayscale: #AFAFAF. Windows color (decimal): -4742926 or 15900855. OLE color: 15900855.

HSL color Cylindrical-coordinate representation of color #B7A0F2: hue angle of 256.83º degrees, saturation: 0.76, 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 #B7A0F2 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183160242-
CMYK0.240.3400.05
HSL256.83º75.93%78.82%-
HSV(B)256.83º33.88%94.9%-
XYZ48.1341.6289.5-
YUV176.22165.12132.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.28%
GREEN value IS 160 (62.89% from 255) = 27.35%
BLUE value IS 242 (94.92% from 255) = 41.37%
R=31.28%
G=27.35%
B=41.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831602420.240.3400.05256.8375.9378.82
HexB7A0F21822051014c4f
Octal267240362304205401114117
Binary10110111101000001111001011000100010010110000000110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A0F2; }

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

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

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

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

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

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

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

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