#B3A2FB

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

Shades of Melrose #B3A2FB

Tints of Melrose #B3A2FB

Color information

#B3A2FB (or 0xB3A2FB) is unknown color: approx Melrose. HEX triplet: B3, A2 and FB. RGB value is (179,162,251). Sum of RGB (Red+Green+Blue) = 179+162+251=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3A2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A2FB is #4C5D04. Grayscale: #B0B0B0. Windows color (decimal): -5004549 or 16491187. OLE color: 16491187.

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

Color convert

RGB179162251-
CMYK0.290.3500.02
HSL251.46º91.75%80.98%-
HSV(B)251.46º35.46%98.43%-
XYZ48.9242.3996.87-
YUV177.23169.63129.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.24%
GREEN value IS 162 (63.67% from 255) = 27.36%
BLUE value IS 251 (98.44% from 255) = 42.40%
R=30.24%
G=27.36%
B=42.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791622510.290.3500.02251.4691.7580.98
HexB3A2FB1D2302fb5c51
Octal263242373354302373134121
Binary101100111010001011111011111011000110101111101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A2FB; }

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

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

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

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

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

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

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

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