#B3A0FE

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

Shades of Melrose #B3A0FE

Tints of Melrose #B3A0FE

Color information

#B3A0FE (or 0xB3A0FE) is unknown color: approx Melrose. HEX triplet: B3, A0 and FE. RGB value is (179,160,254). Sum of RGB (Red+Green+Blue) = 179+160+254=593 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.19% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A0FE is #4C5F01. Grayscale: #B0B0B0. Windows color (decimal): -5005058 or 16687283. OLE color: 16687283.

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

Color convert

RGB179160254-
CMYK0.300.3700.00
HSL252.13º97.92%81.18%-
HSV(B)252.13º37.01%99.61%-
XYZ49.0541.8899.26-
YUV176.4171.79129.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.19%
GREEN value IS 160 (62.89% from 255) = 26.98%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=30.19%
G=26.98%
B=42.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1791602540.300.3700.00252.1397.9281.18
HexB3A0FE1E2500fc6251
Octal263240376364500374142121
Binary10110011101000001111111011110100101001111110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A0FE; }

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

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

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

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

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

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

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

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