#B5A0F9

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

Shades of Melrose #B5A0F9

Tints of Melrose #B5A0F9

Color information

#B5A0F9 (or 0xB5A0F9) is unknown color: approx Melrose. HEX triplet: B5, A0 and F9. RGB value is (181,160,249). Sum of RGB (Red+Green+Blue) = 181+160+249=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #B5A0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A0F9 is #4A5F06. Grayscale: #B0B0B0. Windows color (decimal): -4873991 or 16359605. OLE color: 16359605.

HSL color Cylindrical-coordinate representation of color #B5A0F9: hue angle of 254.16º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5A0F9 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181160249-
CMYK0.270.3600.02
HSL254.16º88.12%80.2%-
HSV(B)254.16º35.74%97.65%-
XYZ48.7341.895.12-
YUV176.42168.96131.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.68%
GREEN value IS 160 (62.89% from 255) = 27.12%
BLUE value IS 249 (97.66% from 255) = 42.20%
R=30.68%
G=27.12%
B=42.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811602490.270.3600.02254.1688.1280.2
HexB5A0F91B2402fe5850
Octal265240371334402376130120
Binary101101011010000011111001110111001000101111111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A0F9; }

 p { color: rgb(181,160,249); }

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

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

 a { background-color: rgb(181,160,249); }

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

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

 span { border-color: rgb(181,160,249); }

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