#B49DD8

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

Shades of Biloba Flower #B49DD8

Tints of Biloba Flower #B49DD8

Color information

#B49DD8 (or 0xB49DD8) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and D8. RGB value is (180,157,216). Sum of RGB (Red+Green+Blue) = 180+157+216=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #B49DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DD8 is #4B6227. Grayscale: #AAAAAA. Windows color (decimal): -4940328 or 14196148. OLE color: 14196148.

HSL color Cylindrical-coordinate representation of color #B49DD8: hue angle of 263.39º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B49DD8 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180157216-
CMYK0.170.2700.15
HSL263.39º43.07%73.14%-
HSV(B)263.39º27.31%84.71%-
XYZ43.2738.7870.17-
YUV170.6153.62134.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 216 (84.77% from 255) = 39.06%
R=32.55%
G=28.39%
B=39.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801572160.170.2700.15263.3943.0773.14
HexB49DD8111B0F1072b49
Octal264235330213301740753111
Binary1011010010011101110110001000111011011111000001111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DD8; }

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

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

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

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

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

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

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

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