#B5A2FB

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

Shades of Melrose #B5A2FB

Tints of Melrose #B5A2FB

Color information

#B5A2FB (or 0xB5A2FB) is unknown color: approx Melrose. HEX triplet: B5, A2 and FB. RGB value is (181,162,251). Sum of RGB (Red+Green+Blue) = 181+162+251=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 162 (63.67% from 255 or 27.27% 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 #B5A2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A2FB is #4A5D04. Grayscale: #B1B1B1. Windows color (decimal): -4873477 or 16491189. OLE color: 16491189.

HSL color Cylindrical-coordinate representation of color #B5A2FB: hue angle of 252.81º degrees, saturation: 0.92, 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 #B5A2FB is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181162251-
CMYK0.280.3500.02
HSL252.81º91.75%80.98%-
HSV(B)252.81º35.46%98.43%-
XYZ49.3942.6396.89-
YUV177.83169.29130.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.47%
GREEN value IS 162 (63.67% from 255) = 27.27%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=30.47%
G=27.27%
B=42.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811622510.280.3500.02252.8191.7580.98
HexB5A2FB1C2302fd5c51
Octal265242373344302375134121
Binary101101011010001011111011111001000110101111110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A2FB; }

 p { color: rgb(181,162,251); }

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

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

 a { background-color: rgb(181,162,251); }

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

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

 span { border-color: rgb(181,162,251); }

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