#B6A4F3

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

Shades of Melrose #B6A4F3

Tints of Melrose #B6A4F3

Color information

#B6A4F3 (or 0xB6A4F3) is unknown color: approx Melrose. HEX triplet: B6, A4 and F3. RGB value is (182,164,243). Sum of RGB (Red+Green+Blue) = 182+164+243=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #B6A4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A4F3 is #495B0C. Grayscale: #B2B2B2. Windows color (decimal): -4807437 or 15967414. OLE color: 15967414.

HSL color Cylindrical-coordinate representation of color #B6A4F3: hue angle of 253.67º 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 #B6A4F3 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182164243-
CMYK0.250.3300.05
HSL253.67º76.7%79.8%-
HSV(B)253.67º32.51%95.29%-
XYZ48.7442.9790.52-
YUV178.39164.46130.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.90%
GREEN value IS 164 (64.45% from 255) = 27.84%
BLUE value IS 243 (95.31% from 255) = 41.26%
R=30.90%
G=27.84%
B=41.26%

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
Decimal1821642430.250.3300.05253.6776.779.8
HexB6A4F3192105fe4d50
Octal266244363314105376115120
Binary1011011010100100111100111100110000101011111111010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A4F3; }

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

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

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

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

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

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

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

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