#b6a0fd

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

Shades of Melrose #B6A0FD

Tints of Melrose #B6A0FD

Color information

#B6A0FD (or 0xB6A0FD) is unknown color: approx Melrose. HEX triplet: B6, A0 and FD. RGB value is (182,160,253). Sum of RGB (Red+Green+Blue) = 182+160+253=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6A0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A0FD is #495F02. Grayscale: #B0B0B0. Windows color (decimal): -4808451 or 16621750. OLE color: 16621750.

HSL color Cylindrical-coordinate representation of color #B6A0FD: hue angle of 254.19º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6A0FD is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182160253-
CMYK0.280.3700.01
HSL254.19º95.88%80.98%-
HSV(B)254.19º36.76%99.22%-
XYZ49.5942.1898.46-
YUV177.18170.79131.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.59%
GREEN value IS 160 (62.89% from 255) = 26.89%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=30.59%
G=26.89%
B=42.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821602530.280.3700.01254.1995.8880.98
HexB6A0FD1C2501fe6051
Octal266240375344501376140121
Binary10110110101000001111110111100100101011111111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6a0fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6a0fd; }

 p { color: rgb(182,160,253); }

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

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

 a { background-color: rgb(182,160,253); }

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

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

 span { border-color: rgb(182,160,253); }

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