#B49BD1

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

Shades of Biloba Flower #B49BD1

Tints of Biloba Flower #B49BD1

Color information

#B49BD1 (or 0xB49BD1) is unknown color: approx Biloba Flower. HEX triplet: B4, 9B and D1. RGB value is (180,155,209). Sum of RGB (Red+Green+Blue) = 180+155+209=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #B49BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BD1 is #4B642E. Grayscale: #A8A8A8. Windows color (decimal): -4940847 or 13736884. OLE color: 13736884.

HSL color Cylindrical-coordinate representation of color #B49BD1: hue angle of 267.78º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B49BD1 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180155209-
CMYK0.140.2600.18
HSL267.78º36.99%71.37%-
HSV(B)267.78º25.84%81.96%-
XYZ42.0537.7565.39-
YUV168.63150.78136.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 209 (82.03% from 255) = 38.42%
R=33.09%
G=28.49%
B=38.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801552090.140.2600.18267.7836.9971.37
HexB49BD1E1A01210c2547
Octal264233321163202241445107
Binary1011010010011011110100011110110100100101000011001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BD1; }

 p { color: rgb(180,155,209); }

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

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

 a { background-color: rgb(180,155,209); }

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

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

 span { border-color: rgb(180,155,209); }

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