#b49fe8

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

Shades of Biloba Flower #B49FE8

Tints of Biloba Flower #B49FE8

Color information

#B49FE8 (or 0xB49FE8) is unknown color: approx Biloba Flower. HEX triplet: B4, 9F and E8. RGB value is (180,159,232). Sum of RGB (Red+Green+Blue) = 180+159+232=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: blue. Hex color #B49FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49FE8 is #4B6017. Grayscale: #ADADAD. Windows color (decimal): -4939800 or 15245236. OLE color: 15245236.

HSL color Cylindrical-coordinate representation of color #B49FE8: hue angle of 257.26º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B49FE8 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB180159232-
CMYK0.220.3100.09
HSL257.26º61.34%76.67%-
HSV(B)257.26º31.47%90.98%-
XYZ45.7940.3381.71-
YUV173.6160.96132.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 232 (91.02% from 255) = 40.63%
R=31.52%
G=27.85%
B=40.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801592320.220.3100.09257.2661.3476.67
HexB49FE8161F091013d4d
Octal264237350263701140175115
Binary1011010010011111111010001011011111010011000000011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b49fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b49fe8; }

 p { color: rgb(180,159,232); }

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

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

 a { background-color: rgb(180,159,232); }

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

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

 span { border-color: rgb(180,159,232); }

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