#B7A4F0

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

Shades of Melrose #B7A4F0

Tints of Melrose #B7A4F0

Color information

#B7A4F0 (or 0xB7A4F0) is unknown color: approx Melrose. HEX triplet: B7, A4 and F0. RGB value is (183,164,240). Sum of RGB (Red+Green+Blue) = 183+164+240=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #B7A4F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A4F0 is #485B0F. Grayscale: #B2B2B2. Windows color (decimal): -4741904 or 15770807. OLE color: 15770807.

HSL color Cylindrical-coordinate representation of color #B7A4F0: hue angle of 255º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7A4F0 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB183164240-
CMYK0.240.3200.06
HSL255º71.7%79.22%-
HSV(B)255º31.67%94.12%-
XYZ48.5342.9188.16-
YUV178.35162.79131.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.18%
GREEN value IS 164 (64.45% from 255) = 27.94%
BLUE value IS 240 (94.14% from 255) = 40.89%
R=31.18%
G=27.94%
B=40.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1831642400.240.3200.0625571.779.22
HexB7A4F0182006ff484f
Octal267244360304006377110117
Binary1011011110100100111100001100010000001101111111110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A4F0; }

 p { color: rgb(183,164,240); }

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

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

 a { background-color: rgb(183,164,240); }

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

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

 span { border-color: rgb(183,164,240); }

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