#B4A7F2

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

Shades of Melrose #B4A7F2

Tints of Melrose #B4A7F2

Color information

#B4A7F2 (or 0xB4A7F2) is unknown color: approx Melrose. HEX triplet: B4, A7 and F2. RGB value is (180,167,242). Sum of RGB (Red+Green+Blue) = 180+167+242=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4A7F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A7F2 is #4B580D. Grayscale: #B3B3B3. Windows color (decimal): -4937742 or 15902644. OLE color: 15902644.

HSL color Cylindrical-coordinate representation of color #B4A7F2: hue angle of 250.4º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4A7F2 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180167242-
CMYK0.260.3100.05
HSL250.4º74.26%80.2%-
HSV(B)250.4º30.99%94.9%-
XYZ48.6743.7589.88-
YUV179.44163.31128.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.56%
GREEN value IS 167 (65.62% from 255) = 28.35%
BLUE value IS 242 (94.92% from 255) = 41.09%
R=30.56%
G=28.35%
B=41.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801672420.260.3100.05250.474.2680.2
HexB4A7F21A1F05fa4a50
Octal264247362323705372112120
Binary101101001010011111110010110101111101011111101010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A7F2; }

 p { color: rgb(180,167,242); }

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

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

 a { background-color: rgb(180,167,242); }

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

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

 span { border-color: rgb(180,167,242); }

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