#B3A5F6

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

Shades of Melrose #B3A5F6

Tints of Melrose #B3A5F6

Color information

#B3A5F6 (or 0xB3A5F6) is unknown color: approx Melrose. HEX triplet: B3, A5 and F6. RGB value is (179,165,246). Sum of RGB (Red+Green+Blue) = 179+165+246=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #B3A5F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A5F6 is #4C5A09. Grayscale: #B2B2B2. Windows color (decimal): -5003786 or 16164275. OLE color: 16164275.

HSL color Cylindrical-coordinate representation of color #B3A5F6: hue angle of 250.37º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3A5F6 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB179165246-
CMYK0.270.3300.04
HSL250.37º81.82%80.59%-
HSV(B)250.37º32.93%96.47%-
XYZ48.6843.1592.95-
YUV178.42166.14128.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.34%
GREEN value IS 165 (64.84% from 255) = 27.97%
BLUE value IS 246 (96.48% from 255) = 41.69%
R=30.34%
G=27.97%
B=41.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1791652460.270.3300.04250.3781.8280.59
HexB3A5F61B2104fa5251
Octal263245366334104372122121
Binary1011001110100101111101101101110000101001111101010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A5F6; }

 p { color: rgb(179,165,246); }

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

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

 a { background-color: rgb(179,165,246); }

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

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

 span { border-color: rgb(179,165,246); }

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