#B49CD4

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

Shades of Biloba Flower #B49CD4

Tints of Biloba Flower #B49CD4

Color information

#B49CD4 (or 0xB49CD4) is unknown color: approx Biloba Flower. HEX triplet: B4, 9C and D4. RGB value is (180,156,212). Sum of RGB (Red+Green+Blue) = 180+156+212=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #B49CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CD4 is #4B632B. Grayscale: #A9A9A9. Windows color (decimal): -4940588 or 13933748. OLE color: 13933748.

HSL color Cylindrical-coordinate representation of color #B49CD4: hue angle of 265.71º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B49CD4 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB180156212-
CMYK0.150.2600.17
HSL265.71º39.44%72.16%-
HSV(B)265.71º26.42%83.14%-
XYZ42.5938.2367.42-
YUV169.56151.95135.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 212 (83.20% from 255) = 38.69%
R=32.85%
G=28.47%
B=38.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801562120.150.2600.17265.7139.4472.16
HexB49CD4F1A01110a2748
Octal264234324173202141247110
Binary1011010010011100110101001111110100100011000010101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CD4; }

 p { color: rgb(180,156,212); }

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

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

 a { background-color: rgb(180,156,212); }

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

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

 span { border-color: rgb(180,156,212); }

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