#B4A1FC

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

Shades of Melrose #B4A1FC

Tints of Melrose #B4A1FC

Color information

#B4A1FC (or 0xB4A1FC) is unknown color: approx Melrose. HEX triplet: B4, A1 and FC. RGB value is (180,161,252). Sum of RGB (Red+Green+Blue) = 180+161+252=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4A1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A1FC is #4B5E03. Grayscale: #B0B0B0. Windows color (decimal): -4939268 or 16556468. OLE color: 16556468.

HSL color Cylindrical-coordinate representation of color #B4A1FC: hue angle of 252.53º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4A1FC is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180161252-
CMYK0.290.3600.01
HSL252.53º93.81%80.98%-
HSV(B)252.53º36.11%98.82%-
XYZ49.1442.2297.66-
YUV177.06170.29130.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.35%
GREEN value IS 161 (63.28% from 255) = 27.15%
BLUE value IS 252 (98.83% from 255) = 42.50%
R=30.35%
G=27.15%
B=42.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801612520.290.3600.01252.5393.8180.98
HexB4A1FC1D2401fd5e51
Octal264241374354401375136121
Binary10110100101000011111110011101100100011111110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A1FC; }

 p { color: rgb(180,161,252); }

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

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

 a { background-color: rgb(180,161,252); }

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

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

 span { border-color: rgb(180,161,252); }

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