#B4A5FF

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

Shades of Melrose #B4A5FF

Tints of Melrose #B4A5FF

Color information

#B4A5FF (or 0xB4A5FF) is unknown color: approx Melrose. HEX triplet: B4, A5 and FF. RGB value is (180,165,255). Sum of RGB (Red+Green+Blue) = 180+165+255=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A5FF is #4B5A00. Grayscale: #B3B3B3. Windows color (decimal): -4938241 or 16754100. OLE color: 16754100.

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

Color convert

RGB180165255-
CMYK0.290.3500
HSL250º100%82.35%-
HSV(B)250º35.29%100%-
XYZ50.3343.83100.42-
YUV179.74170.47128.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30%
GREEN value IS 165 (64.84% from 255) = 27.5%
BLUE value IS 255 (100% from 255) = 42.5%
R=30%
G=27.5%
B=42.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801652550.290.350025010082.35
HexB4A5FF1D2300fa6452
Octal264245377354300372144122
Binary10110100101001011111111111101100011001111101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A5FF; }

 p { color: rgb(180,165,255); }

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

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

 a { background-color: rgb(180,165,255); }

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

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

 span { border-color: rgb(180,165,255); }

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