#B49FFC

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

Shades of Melrose #B49FFC

Tints of Melrose #B49FFC

Color information

#B49FFC (or 0xB49FFC) is unknown color: approx Melrose. HEX triplet: B4, 9F and FC. RGB value is (180,159,252). Sum of RGB (Red+Green+Blue) = 180+159+252=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #B49FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49FFC is #4B6003. Grayscale: #AFAFAF. Windows color (decimal): -4939780 or 16555956. OLE color: 16555956.

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

Color convert

RGB180159252-
CMYK0.290.3700.01
HSL253.55º93.94%80.59%-
HSV(B)253.55º36.9%98.82%-
XYZ48.7941.5397.54-
YUV175.88170.96130.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.46%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 252 (98.83% from 255) = 42.64%
R=30.46%
G=26.90%
B=42.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801592520.290.3700.01253.5593.9480.59
HexB49FFC1D2501fe5e51
Octal264237374354501376136121
Binary10110100100111111111110011101100101011111111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FFC; }

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

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

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

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

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

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

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

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