#B5A3F8

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

Shades of Melrose #B5A3F8

Tints of Melrose #B5A3F8

Color information

#B5A3F8 (or 0xB5A3F8) is unknown color: approx Melrose. HEX triplet: B5, A3 and F8. RGB value is (181,163,248). Sum of RGB (Red+Green+Blue) = 181+163+248=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #B5A3F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A3F8 is #4A5C07. Grayscale: #B1B1B1. Windows color (decimal): -4873224 or 16294837. OLE color: 16294837.

HSL color Cylindrical-coordinate representation of color #B5A3F8: hue angle of 252.71º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5A3F8 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB181163248-
CMYK0.270.3400.03
HSL252.71º85.86%80.59%-
HSV(B)252.71º34.27%97.25%-
XYZ49.142.894.48-
YUV178.07167.46130.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.57%
GREEN value IS 163 (64.06% from 255) = 27.53%
BLUE value IS 248 (97.27% from 255) = 41.89%
R=30.57%
G=27.53%
B=41.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1811632480.270.3400.03252.7185.8680.59
HexB5A3F81B2203fd5651
Octal265243370334203375126121
Binary101101011010001111111000110111000100111111110110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A3F8; }

 p { color: rgb(181,163,248); }

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

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

 a { background-color: rgb(181,163,248); }

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

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

 span { border-color: rgb(181,163,248); }

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