#B6A3F4

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

Shades of Melrose #B6A3F4

Tints of Melrose #B6A3F4

Color information

#B6A3F4 (or 0xB6A3F4) is unknown color: approx Melrose. HEX triplet: B6, A3 and F4. RGB value is (182,163,244). Sum of RGB (Red+Green+Blue) = 182+163+244=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #B6A3F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A3F4 is #495C0B. Grayscale: #B1B1B1. Windows color (decimal): -4807692 or 16032694. OLE color: 16032694.

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

Color convert

RGB182163244-
CMYK0.250.3300.04
HSL254.07º78.64%79.8%-
HSV(B)254.07º33.2%95.69%-
XYZ48.7242.6791.26-
YUV177.92165.29130.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.90%
GREEN value IS 163 (64.06% from 255) = 27.67%
BLUE value IS 244 (95.70% from 255) = 41.43%
R=30.90%
G=27.67%
B=41.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1821632440.250.3300.04254.0778.6479.8
HexB6A3F4192104fe4f50
Octal266243364314104376117120
Binary1011011010100011111101001100110000101001111111010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A3F4; }

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

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

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

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

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

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

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

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