#B4A1F9

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

Shades of Melrose #B4A1F9

Tints of Melrose #B4A1F9

Color information

#B4A1F9 (or 0xB4A1F9) is unknown color: approx Melrose. HEX triplet: B4, A1 and F9. RGB value is (180,161,249). Sum of RGB (Red+Green+Blue) = 180+161+249=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4A1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A1F9 is #4B5E06. Grayscale: #B0B0B0. Windows color (decimal): -4939271 or 16359860. OLE color: 16359860.

HSL color Cylindrical-coordinate representation of color #B4A1F9: hue angle of 252.95º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4A1F9 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180161249-
CMYK0.280.3500.02
HSL252.95º88%80.39%-
HSV(B)252.95º35.34%97.65%-
XYZ48.6742.0395.17-
YUV176.71168.79130.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.51%
GREEN value IS 161 (63.28% from 255) = 27.29%
BLUE value IS 249 (97.66% from 255) = 42.20%
R=30.51%
G=27.29%
B=42.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801612490.280.3500.02252.958880.39
HexB4A1F91C2302fd5850
Octal264241371344302375130120
Binary101101001010000111111001111001000110101111110110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A1F9; }

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

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

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

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

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

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

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

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