#B3A0FB

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

Shades of Melrose #B3A0FB

Tints of Melrose #B3A0FB

Color information

#B3A0FB (or 0xB3A0FB) is unknown color: approx Melrose. HEX triplet: B3, A0 and FB. RGB value is (179,160,251). Sum of RGB (Red+Green+Blue) = 179+160+251=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3A0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A0FB is #4C5F04. Grayscale: #AFAFAF. Windows color (decimal): -5005061 or 16490675. OLE color: 16490675.

HSL color Cylindrical-coordinate representation of color #B3A0FB: hue angle of 252.53º 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 #B3A0FB is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179160251-
CMYK0.290.3600.02
HSL252.53º91.92%80.59%-
HSV(B)252.53º36.25%98.43%-
XYZ48.5741.6996.75-
YUV176.05170.29130.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.34%
GREEN value IS 160 (62.89% from 255) = 27.12%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=30.34%
G=27.12%
B=42.54%

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
Decimal1791602510.290.3600.02252.5391.9280.59
HexB3A0FB1D2402fd5c51
Octal263240373354402375134121
Binary101100111010000011111011111011001000101111110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A0FB; }

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

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

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

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

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

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

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

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