#B8A3FA

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

Shades of Melrose #B8A3FA

Tints of Melrose #B8A3FA

Color information

#B8A3FA (or 0xB8A3FA) is unknown color: approx Melrose. HEX triplet: B8, A3 and FA. RGB value is (184,163,250). Sum of RGB (Red+Green+Blue) = 184+163+250=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 163 (64.06% from 255 or 27.30% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8A3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A3FA is #475C05. Grayscale: #B2B2B2. Windows color (decimal): -4676614 or 16425912. OLE color: 16425912.

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

Color convert

RGB184163250-
CMYK0.260.3500.02
HSL254.48º89.69%80.98%-
HSV(B)254.48º34.8%98.04%-
XYZ50.1243.2996.16-
YUV179.2167.96131.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.82%
GREEN value IS 163 (64.06% from 255) = 27.30%
BLUE value IS 250 (98.05% from 255) = 41.88%
R=30.82%
G=27.30%
B=41.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841632500.260.3500.02254.4889.6980.98
HexB8A3FA1A2302fe5a51
Octal270243372324302376132121
Binary101110001010001111111010110101000110101111111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A3FA; }

 p { color: rgb(184,163,250); }

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

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

 a { background-color: rgb(184,163,250); }

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

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

 span { border-color: rgb(184,163,250); }

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