#B49FDC

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

Shades of Biloba Flower #B49FDC

Tints of Biloba Flower #B49FDC

Color information

#B49FDC (or 0xB49FDC) is unknown color: approx Biloba Flower. HEX triplet: B4, 9F and DC. RGB value is (180,159,220). Sum of RGB (Red+Green+Blue) = 180+159+220=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #B49FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FDC is #4B6023. Grayscale: #ACACAC. Windows color (decimal): -4939812 or 14458804. OLE color: 14458804.

HSL color Cylindrical-coordinate representation of color #B49FDC: hue angle of 260.66º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B49FDC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180159220-
CMYK0.180.2800.14
HSL260.66º46.56%74.31%-
HSV(B)260.66º27.73%86.27%-
XYZ44.1439.6773.04-
YUV172.23154.96133.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 159 (62.5% from 255) = 28.44%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=32.20%
G=28.44%
B=39.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801592200.180.2800.14260.6646.5674.31
HexB49FDC121C0E1052f4a
Octal264237334223401640557112
Binary1011010010011111110111001001011100011101000001011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FDC; }

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

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

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

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

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

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

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

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