#B3A7FA

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

Shades of Melrose #B3A7FA

Tints of Melrose #B3A7FA

Color information

#B3A7FA (or 0xB3A7FA) is unknown color: approx Melrose. HEX triplet: B3, A7 and FA. RGB value is (179,167,250). Sum of RGB (Red+Green+Blue) = 179+167+250=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A7FA is #4C5805. Grayscale: #B3B3B3. Windows color (decimal): -5003270 or 16426931. OLE color: 16426931.

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

Color convert

RGB179167250-
CMYK0.280.3300.02
HSL248.67º89.25%81.76%-
HSV(B)248.67º33.2%98.04%-
XYZ49.6644.1296.34-
YUV180.05167.48127.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.03%
GREEN value IS 167 (65.62% from 255) = 28.02%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=30.03%
G=28.02%
B=41.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791672500.280.3300.02248.6789.2581.76
HexB3A7FA1C2102f95952
Octal263247372344102371131122
Binary101100111010011111111010111001000010101111100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A7FA; }

 p { color: rgb(179,167,250); }

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

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

 a { background-color: rgb(179,167,250); }

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

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

 span { border-color: rgb(179,167,250); }

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