#B3A0FF

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

Shades of Melrose #B3A0FF

Tints of Melrose #B3A0FF

Color information

#B3A0FF (or 0xB3A0FF) is unknown color: approx Melrose. HEX triplet: B3, A0 and FF. RGB value is (179,160,255). Sum of RGB (Red+Green+Blue) = 179+160+255=594 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.13% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A0FF is #4C5F00. Grayscale: #B0B0B0. Windows color (decimal): -5005057 or 16752819. OLE color: 16752819.

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

Color convert

RGB179160255-
CMYK0.300.3700
HSL252º100%81.37%-
HSV(B)252º37.25%100%-
XYZ49.2141.95100.11-
YUV176.51172.29129.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.13%
GREEN value IS 160 (62.89% from 255) = 26.94%
BLUE value IS 255 (100% from 255) = 42.93%
R=30.13%
G=26.94%
B=42.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791602550.300.370025210081.37
HexB3A0FF1E2500fc6451
Octal263240377364500374144121
Binary10110011101000001111111111110100101001111110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A0FF; }

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

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

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

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

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

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

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

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