#B7A6FA

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

Shades of Melrose #B7A6FA

Tints of Melrose #B7A6FA

Color information

#B7A6FA (or 0xB7A6FA) is unknown color: approx Melrose. HEX triplet: B7, A6 and FA. RGB value is (183,166,250). Sum of RGB (Red+Green+Blue) = 183+166+250=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A6FA is #485905. Grayscale: #B4B4B4. Windows color (decimal): -4741382 or 16426679. OLE color: 16426679.

HSL color Cylindrical-coordinate representation of color #B7A6FA: hue angle of 252.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7A6FA is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183166250-
CMYK0.270.3400.02
HSL252.14º89.36%81.57%-
HSV(B)252.14º33.6%98.04%-
XYZ50.4244.2496.32-
YUV180.66167.13129.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.55%
GREEN value IS 166 (65.23% from 255) = 27.71%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=30.55%
G=27.71%
B=41.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831662500.270.3400.02252.1489.3681.57
HexB7A6FA1B2202fc5952
Octal267246372334202374131122
Binary101101111010011011111010110111000100101111110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A6FA; }

 p { color: rgb(183,166,250); }

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

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

 a { background-color: rgb(183,166,250); }

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

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

 span { border-color: rgb(183,166,250); }

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