#B6A3FF

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

Shades of Melrose #B6A3FF

Tints of Melrose #B6A3FF

Color information

#B6A3FF (or 0xB6A3FF) is unknown color: approx Melrose. HEX triplet: B6, A3 and FF. RGB value is (182,163,255). Sum of RGB (Red+Green+Blue) = 182+163+255=600 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.33% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6A3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A3FF is #495C00. Grayscale: #B2B2B2. Windows color (decimal): -4807681 or 16753590. OLE color: 16753590.

HSL color Cylindrical-coordinate representation of color #B6A3FF: hue angle of 252.39º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6A3FF is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182163255-
CMYK0.290.3600
HSL252.39º100%81.96%-
HSV(B)252.39º36.08%100%-
XYZ50.4443.36100.32-
YUV179.17170.79130.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.33%
GREEN value IS 163 (64.06% from 255) = 27.17%
BLUE value IS 255 (100% from 255) = 42.5%
R=30.33%
G=27.17%
B=42.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821632550.290.3600252.3910081.96
HexB6A3FF1D2400fc6452
Octal266243377354400374144122
Binary10110110101000111111111111101100100001111110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A3FF; }

 p { color: rgb(182,163,255); }

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

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

 a { background-color: rgb(182,163,255); }

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

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

 span { border-color: rgb(182,163,255); }

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