#B7A4F3

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

Shades of Melrose #B7A4F3

Tints of Melrose #B7A4F3

Color information

#B7A4F3 (or 0xB7A4F3) is unknown color: approx Melrose. HEX triplet: B7, A4 and F3. RGB value is (183,164,243). Sum of RGB (Red+Green+Blue) = 183+164+243=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #B7A4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A4F3 is #485B0C. Grayscale: #B2B2B2. Windows color (decimal): -4741901 or 15967415. OLE color: 15967415.

HSL color Cylindrical-coordinate representation of color #B7A4F3: hue angle of 254.43º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7A4F3 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183164243-
CMYK0.250.3300.05
HSL254.43º76.7%79.8%-
HSV(B)254.43º32.51%95.29%-
XYZ48.9843.0990.53-
YUV178.69164.29131.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.02%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 243 (95.31% from 255) = 41.19%
R=31.02%
G=27.80%
B=41.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831642430.250.3300.05254.4376.779.8
HexB7A4F3192105fe4d50
Octal267244363314105376115120
Binary1011011110100100111100111100110000101011111111010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A4F3; }

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

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

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

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

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

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

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

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