#B5A4FF

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

Shades of Melrose #B5A4FF

Tints of Melrose #B5A4FF

Color information

#B5A4FF (or 0xB5A4FF) is unknown color: approx Melrose. HEX triplet: B5, A4 and FF. RGB value is (181,164,255). Sum of RGB (Red+Green+Blue) = 181+164+255=600 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.17% from 600); Green value is 164 (64.45% from 255 or 27.33% 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 #B5A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A4FF is #4A5B00. Grayscale: #B3B3B3. Windows color (decimal): -4872961 or 16753845. OLE color: 16753845.

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

Color convert

RGB181164255-
CMYK0.290.3600
HSL251.21º100%82.16%-
HSV(B)251.21º35.69%100%-
XYZ50.3843.59100.37-
YUV179.46170.63129.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.17%
GREEN value IS 164 (64.45% from 255) = 27.33%
BLUE value IS 255 (100% from 255) = 42.5%
R=30.17%
G=27.33%
B=42.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811642550.290.3600251.2110082.16
HexB5A4FF1D2400fb6452
Octal265244377354400373144122
Binary10110101101001001111111111101100100001111101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A4FF; }

 p { color: rgb(181,164,255); }

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

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

 a { background-color: rgb(181,164,255); }

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

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

 span { border-color: rgb(181,164,255); }

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