#B5A5FF

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

Shades of Melrose #B5A5FF

Tints of Melrose #B5A5FF

Color information

#B5A5FF (or 0xB5A5FF) is unknown color: approx Melrose. HEX triplet: B5, A5 and FF. RGB value is (181,165,255). Sum of RGB (Red+Green+Blue) = 181+165+255=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A5FF is #4A5A00. Grayscale: #B3B3B3. Windows color (decimal): -4872705 or 16754101. OLE color: 16754101.

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

Color convert

RGB181165255-
CMYK0.290.3500
HSL250.67º100%82.35%-
HSV(B)250.67º35.29%100%-
XYZ50.5643.95100.43-
YUV180.04170.3128.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.12%
GREEN value IS 165 (64.84% from 255) = 27.45%
BLUE value IS 255 (100% from 255) = 42.43%
R=30.12%
G=27.45%
B=42.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811652550.290.3500250.6710082.35
HexB5A5FF1D2300fb6452
Octal265245377354300373144122
Binary10110101101001011111111111101100011001111101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A5FF; }

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

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

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

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

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

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

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

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