#B6A3FE

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

Shades of Melrose #B6A3FE

Tints of Melrose #B6A3FE

Color information

#B6A3FE (or 0xB6A3FE) is unknown color: approx Melrose. HEX triplet: B6, A3 and FE. RGB value is (182,163,254). Sum of RGB (Red+Green+Blue) = 182+163+254=599 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.38% from 599); Green value is 163 (64.06% from 255 or 27.21% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A3FE is #495C01. Grayscale: #B2B2B2. Windows color (decimal): -4807682 or 16688054. OLE color: 16688054.

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

Color convert

RGB182163254-
CMYK0.280.3600.00
HSL252.53º97.85%81.76%-
HSV(B)252.53º35.83%99.61%-
XYZ50.2843.399.47-
YUV179.05170.29130.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.38%
GREEN value IS 163 (64.06% from 255) = 27.21%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=30.38%
G=27.21%
B=42.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821632540.280.3600.00252.5397.8581.76
HexB6A3FE1C2400fd6252
Octal266243376344400375142122
Binary10110110101000111111111011100100100001111110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A3FE; }

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

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

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

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

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

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

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

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