#B49FFF

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

Shades of Melrose #B49FFF

Tints of Melrose #B49FFF

Color information

#B49FFF (or 0xB49FFF) is unknown color: approx Melrose. HEX triplet: B4, 9F and FF. RGB value is (180,159,255). Sum of RGB (Red+Green+Blue) = 180+159+255=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #B49FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49FFF is #4B6000. Grayscale: #AFAFAF. Windows color (decimal): -4939777 or 16752564. OLE color: 16752564.

HSL color Cylindrical-coordinate representation of color #B49FFF: hue angle of 253.12º 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 #B49FFF is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180159255-
CMYK0.290.3800
HSL253.12º100%81.18%-
HSV(B)253.12º37.65%100%-
XYZ49.2741.72100.06-
YUV176.22172.46130.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.30%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 255 (100% from 255) = 42.93%
R=30.30%
G=26.77%
B=42.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801592550.290.3800253.1210081.18
HexB49FFF1D2600fd6451
Octal264237377354600375144121
Binary10110100100111111111111111101100110001111110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FFF; }

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

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

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

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

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

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

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

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