#B4A7FE

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

Shades of Melrose #B4A7FE

Tints of Melrose #B4A7FE

Color information

#B4A7FE (or 0xB4A7FE) is unknown color: approx Melrose. HEX triplet: B4, A7 and FE. RGB value is (180,167,254). Sum of RGB (Red+Green+Blue) = 180+167+254=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 167 (65.62% from 255 or 27.79% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A7FE is #4B5801. Grayscale: #B4B4B4. Windows color (decimal): -4937730 or 16689076. OLE color: 16689076.

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

Color convert

RGB180167254-
CMYK0.290.3400.00
HSL248.97º97.75%82.55%-
HSV(B)248.97º34.25%99.61%-
XYZ50.5344.599.69-
YUV180.8169.31127.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.95%
GREEN value IS 167 (65.62% from 255) = 27.79%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=29.95%
G=27.79%
B=42.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1801672540.290.3400.00248.9797.7582.55
HexB4A7FE1D2200f96253
Octal264247376354200371142123
Binary10110100101001111111111011101100010001111100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A7FE; }

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

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

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

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

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

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

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

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