#B7A4F6

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

Shades of Melrose #B7A4F6

Tints of Melrose #B7A4F6

Color information

#B7A4F6 (or 0xB7A4F6) is unknown color: approx Melrose. HEX triplet: B7, A4 and F6. RGB value is (183,164,246). Sum of RGB (Red+Green+Blue) = 183+164+246=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 246 (96.48% from 255 or 41.48% from 593); Max value from RGB is 246 - color contains mainly: blue. Hex color #B7A4F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A4F6 is #485B09. Grayscale: #B2B2B2. Windows color (decimal): -4741898 or 16164023. OLE color: 16164023.

HSL color Cylindrical-coordinate representation of color #B7A4F6: hue angle of 253.9º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7A4F6 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183164246-
CMYK0.260.3300.04
HSL253.9º82%80.39%-
HSV(B)253.9º33.33%96.47%-
XYZ49.4443.2792.94-
YUV179.03165.79130.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.86%
GREEN value IS 164 (64.45% from 255) = 27.66%
BLUE value IS 246 (96.48% from 255) = 41.48%
R=30.86%
G=27.66%
B=41.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831642460.260.3300.04253.98280.39
HexB7A4F61A2104fe5250
Octal267244366324104376122120
Binary1011011110100100111101101101010000101001111111010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A4F6; }

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

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

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

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

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

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

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

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