#B49AD4

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

Shades of Biloba Flower #B49AD4

Tints of Biloba Flower #B49AD4

Color information

#B49AD4 (or 0xB49AD4) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and D4. RGB value is (180,154,212). Sum of RGB (Red+Green+Blue) = 180+154+212=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 212 - color contains mainly: blue. Hex color #B49AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49AD4 is #4B652B. Grayscale: #A8A8A8. Windows color (decimal): -4941100 or 13933236. OLE color: 13933236.

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

Color convert

RGB180154212-
CMYK0.150.2700.17
HSL266.9º40.28%71.76%-
HSV(B)266.9º27.36%83.14%-
XYZ42.2637.5767.31-
YUV168.39152.61136.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 212 (83.20% from 255) = 38.83%
R=32.97%
G=28.21%
B=38.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801542120.150.2700.17266.940.2871.76
HexB49AD4F1B01110b2848
Octal264232324173302141350110
Binary1011010010011010110101001111110110100011000010111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AD4; }

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

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

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

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

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

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

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

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