#b7a5ff

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

Shades of Melrose #B7A5FF

Tints of Melrose #B7A5FF

Color information

#B7A5FF (or 0xB7A5FF) is unknown color: approx Melrose. HEX triplet: B7, A5 and FF. RGB value is (183,165,255). Sum of RGB (Red+Green+Blue) = 183+165+255=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A5FF is #485A00. Grayscale: #B4B4B4. Windows color (decimal): -4741633 or 16754103. OLE color: 16754103.

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

Color convert

RGB183165255-
CMYK0.280.3500
HSL252º100%82.35%-
HSV(B)252º35.29%100%-
XYZ51.0344.2100.45-
YUV180.64169.96129.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.35%
GREEN value IS 165 (64.84% from 255) = 27.36%
BLUE value IS 255 (100% from 255) = 42.29%
R=30.35%
G=27.36%
B=42.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831652550.280.350025210082.35
HexB7A5FF1C2300fc6452
Octal267245377344300374144122
Binary10110111101001011111111111100100011001111110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7a5ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7a5ff; }

 p { color: rgb(183,165,255); }

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

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

 a { background-color: rgb(183,165,255); }

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

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

 span { border-color: rgb(183,165,255); }

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