#B49DE9

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

Shades of Biloba Flower #B49DE9

Tints of Biloba Flower #B49DE9

Color information

#B49DE9 (or 0xB49DE9) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and E9. RGB value is (180,157,233). Sum of RGB (Red+Green+Blue) = 180+157+233=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #B49DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DE9 is #4B6216. Grayscale: #ACACAC. Windows color (decimal): -4940311 or 15310260. OLE color: 15310260.

HSL color Cylindrical-coordinate representation of color #B49DE9: hue angle of 258.16º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49DE9 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB180157233-
CMYK0.230.3300.09
HSL258.16º63.33%76.47%-
HSV(B)258.16º32.62%91.37%-
XYZ45.5939.782.35-
YUV172.54162.12133.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 157 (61.72% from 255) = 27.54%
BLUE value IS 233 (91.41% from 255) = 40.88%
R=31.58%
G=27.54%
B=40.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801572330.230.3300.09258.1663.3376.47
HexB49DE91721091023f4c
Octal264235351274101140277114
Binary10110100100111011110100110111100001010011000000101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DE9; }

 p { color: rgb(180,157,233); }

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

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

 a { background-color: rgb(180,157,233); }

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

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

 span { border-color: rgb(180,157,233); }

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