#B3A1FB

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

Shades of Melrose #B3A1FB

Tints of Melrose #B3A1FB

Color information

#B3A1FB (or 0xB3A1FB) is unknown color: approx Melrose. HEX triplet: B3, A1 and FB. RGB value is (179,161,251). Sum of RGB (Red+Green+Blue) = 179+161+251=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A1FB is #4C5E04. Grayscale: #B0B0B0. Windows color (decimal): -5004805 or 16490931. OLE color: 16490931.

HSL color Cylindrical-coordinate representation of color #B3A1FB: hue angle of 252º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3A1FB is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179161251-
CMYK0.290.3600.02
HSL252º91.84%80.78%-
HSV(B)252º35.86%98.43%-
XYZ48.7542.0496.81-
YUV176.64169.96129.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.29%
GREEN value IS 161 (63.28% from 255) = 27.24%
BLUE value IS 251 (98.44% from 255) = 42.47%
R=30.29%
G=27.24%
B=42.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791612510.290.3600.0225291.8480.78
HexB3A1FB1D2402fc5c51
Octal263241373354402374134121
Binary101100111010000111111011111011001000101111110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A1FB; }

 p { color: rgb(179,161,251); }

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

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

 a { background-color: rgb(179,161,251); }

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

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

 span { border-color: rgb(179,161,251); }

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