#B7A3FE

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

Shades of Melrose #B7A3FE

Tints of Melrose #B7A3FE

Color information

#B7A3FE (or 0xB7A3FE) is unknown color: approx Melrose. HEX triplet: B7, A3 and FE. RGB value is (183,163,254). Sum of RGB (Red+Green+Blue) = 183+163+254=600 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.5% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A3FE is #485C01. Grayscale: #B3B3B3. Windows color (decimal): -4742146 or 16688055. OLE color: 16688055.

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

Color convert

RGB183163254-
CMYK0.280.3600.00
HSL253.19º97.85%81.76%-
HSV(B)253.19º35.83%99.61%-
XYZ50.5243.4299.48-
YUV179.35170.13130.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.5%
GREEN value IS 163 (64.06% from 255) = 27.17%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=30.5%
G=27.17%
B=42.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1831632540.280.3600.00253.1997.8581.76
HexB7A3FE1C2400fd6252
Octal267243376344400375142122
Binary10110111101000111111111011100100100001111110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A3FE; }

 p { color: rgb(183,163,254); }

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

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

 a { background-color: rgb(183,163,254); }

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

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

 span { border-color: rgb(183,163,254); }

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