#B6A1FB

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

Shades of Melrose #B6A1FB

Tints of Melrose #B6A1FB

Color information

#B6A1FB (or 0xB6A1FB) is unknown color: approx Melrose. HEX triplet: B6, A1 and FB. RGB value is (182,161,251). Sum of RGB (Red+Green+Blue) = 182+161+251=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A1FB is #495E04. Grayscale: #B1B1B1. Windows color (decimal): -4808197 or 16490934. OLE color: 16490934.

HSL color Cylindrical-coordinate representation of color #B6A1FB: hue angle of 254º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6A1FB is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182161251-
CMYK0.270.3600.02
HSL254º91.84%80.78%-
HSV(B)254º35.86%98.43%-
XYZ49.4542.496.84-
YUV177.54169.46131.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.64%
GREEN value IS 161 (63.28% from 255) = 27.10%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=30.64%
G=27.10%
B=42.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821612510.270.3600.0225491.8480.78
HexB6A1FB1B2402fe5c51
Octal266241373334402376134121
Binary101101101010000111111011110111001000101111111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A1FB; }

 p { color: rgb(182,161,251); }

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

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

 a { background-color: rgb(182,161,251); }

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

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

 span { border-color: rgb(182,161,251); }

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