#B29FFD

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

Shades of Melrose #B29FFD

Tints of Melrose #B29FFD

Color information

#B29FFD (or 0xB29FFD) is unknown color: approx Melrose. HEX triplet: B2, 9F and FD. RGB value is (178,159,253). Sum of RGB (Red+Green+Blue) = 178+159+253=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #B29FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29FFD is #4D6002. Grayscale: #AFAFAF. Windows color (decimal): -5070851 or 16621490. OLE color: 16621490.

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

Color convert

RGB178159253-
CMYK0.300.3700.01
HSL252.13º95.92%80.78%-
HSV(B)252.13º37.15%99.22%-
XYZ48.4941.3598.35-
YUV175.4171.79129.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.17%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=30.17%
G=26.95%
B=42.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781592530.300.3700.01252.1395.9280.78
HexB29FFD1E2501fc6051
Octal262237375364501374140121
Binary10110010100111111111110111110100101011111110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FFD; }

 p { color: rgb(178,159,253); }

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

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

 a { background-color: rgb(178,159,253); }

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

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

 span { border-color: rgb(178,159,253); }

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