#B49EFF

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

Shades of Melrose #B49EFF

Tints of Melrose #B49EFF

Color information

#B49EFF (or 0xB49EFF) is unknown color: approx Melrose. HEX triplet: B4, 9E and FF. RGB value is (180,158,255). Sum of RGB (Red+Green+Blue) = 180+158+255=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #B49EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49EFF is #4B6100. Grayscale: #AFAFAF. Windows color (decimal): -4940033 or 16752308. OLE color: 16752308.

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

Color convert

RGB180158255-
CMYK0.290.3800
HSL253.61º100%80.98%-
HSV(B)253.61º38.04%100%-
XYZ49.141.38100.01-
YUV175.64172.79131.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.35%
GREEN value IS 158 (62.11% from 255) = 26.64%
BLUE value IS 255 (100% from 255) = 43.00%
R=30.35%
G=26.64%
B=43.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801582550.290.3800253.6110080.98
HexB49EFF1D2600fe6451
Octal264236377354600376144121
Binary10110100100111101111111111101100110001111111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EFF; }

 p { color: rgb(180,158,255); }

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

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

 a { background-color: rgb(180,158,255); }

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

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

 span { border-color: rgb(180,158,255); }

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