#B7A0EA

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

Shades of Perfume #B7A0EA

Tints of Perfume #B7A0EA

Color information

#B7A0EA (or 0xB7A0EA) is unknown color: approx Perfume. HEX triplet: B7, A0 and EA. RGB value is (183,160,234). Sum of RGB (Red+Green+Blue) = 183+160+234=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7A0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A0EA is #485F15. Grayscale: #AFAFAF. Windows color (decimal): -4742934 or 15376567. OLE color: 15376567.

HSL color Cylindrical-coordinate representation of color #B7A0EA: hue angle of 258.65º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7A0EA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183160234-
CMYK0.220.3200.08
HSL258.65º63.79%77.25%-
HSV(B)258.65º31.62%91.76%-
XYZ46.9541.1583.31-
YUV175.31161.12133.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.72%
GREEN value IS 160 (62.89% from 255) = 27.73%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=31.72%
G=27.73%
B=40.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831602340.220.3200.08258.6563.7977.25
HexB7A0EA162008103404d
Octal2672403522640010403100115
Binary101101111010000011101010101101000000100010000001110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A0EA; }

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

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

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

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

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

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

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

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