#B29EFF

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

Shades of Melrose #B29EFF

Tints of Melrose #B29EFF

Color information

#B29EFF (or 0xB29EFF) is unknown color: approx Melrose. HEX triplet: B2, 9E and FF. RGB value is (178,158,255). Sum of RGB (Red+Green+Blue) = 178+158+255=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #B29EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29EFF is #4D6100. Grayscale: #AEAEAE. Windows color (decimal): -5071105 or 16752306. OLE color: 16752306.

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

Color convert

RGB178158255-
CMYK0.300.3800
HSL252.37º100%80.98%-
HSV(B)252.37º38.04%100%-
XYZ48.6441.1499.98-
YUV175.04173.13130.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.12%
GREEN value IS 158 (62.11% from 255) = 26.73%
BLUE value IS 255 (100% from 255) = 43.15%
R=30.12%
G=26.73%
B=43.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781582550.300.3800252.3710080.98
HexB29EFF1E2600fc6451
Octal262236377364600374144121
Binary10110010100111101111111111110100110001111110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EFF; }

 p { color: rgb(178,158,255); }

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

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

 a { background-color: rgb(178,158,255); }

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

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

 span { border-color: rgb(178,158,255); }

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