#B3A6F1

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

Shades of Melrose #B3A6F1

Tints of Melrose #B3A6F1

Color information

#B3A6F1 (or 0xB3A6F1) is unknown color: approx Melrose. HEX triplet: B3, A6 and F1. RGB value is (179,166,241). Sum of RGB (Red+Green+Blue) = 179+166+241=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3A6F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A6F1 is #4C590E. Grayscale: #B2B2B2. Windows color (decimal): -5003535 or 15836851. OLE color: 15836851.

HSL color Cylindrical-coordinate representation of color #B3A6F1: hue angle of 250.4º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3A6F1 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179166241-
CMYK0.260.3100.05
HSL250.4º72.82%79.8%-
HSV(B)250.4º31.12%94.51%-
XYZ48.143.2189.02-
YUV178.44163.31128.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.55%
GREEN value IS 166 (65.23% from 255) = 28.33%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=30.55%
G=28.33%
B=41.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791662410.260.3100.05250.472.8279.8
HexB3A6F11A1F05fa4950
Octal263246361323705372111120
Binary101100111010011011110001110101111101011111101010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A6F1; }

 p { color: rgb(179,166,241); }

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

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

 a { background-color: rgb(179,166,241); }

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

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

 span { border-color: rgb(179,166,241); }

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