#B7A2FC

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

Shades of Melrose #B7A2FC

Tints of Melrose #B7A2FC

Color information

#B7A2FC (or 0xB7A2FC) is unknown color: approx Melrose. HEX triplet: B7, A2 and FC. RGB value is (183,162,252). Sum of RGB (Red+Green+Blue) = 183+162+252=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #B7A2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A2FC is #485D03. Grayscale: #B2B2B2. Windows color (decimal): -4742404 or 16556727. OLE color: 16556727.

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

Color convert

RGB183162252-
CMYK0.270.3600.01
HSL254º93.75%81.18%-
HSV(B)254º35.71%98.82%-
XYZ50.0242.9497.75-
YUV178.54169.46131.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.65%
GREEN value IS 162 (63.67% from 255) = 27.14%
BLUE value IS 252 (98.83% from 255) = 42.21%
R=30.65%
G=27.14%
B=42.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831622520.270.3600.0125493.7581.18
HexB7A2FC1B2401fe5e51
Octal267242374334401376136121
Binary10110111101000101111110011011100100011111111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A2FC; }

 p { color: rgb(183,162,252); }

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

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

 a { background-color: rgb(183,162,252); }

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

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

 span { border-color: rgb(183,162,252); }

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