#B49AFC

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

Shades of Biloba Flower #B49AFC

Tints of Biloba Flower #B49AFC

Color information

#B49AFC (or 0xB49AFC) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and FC. RGB value is (180,154,252). Sum of RGB (Red+Green+Blue) = 180+154+252=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #B49AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49AFC is #4B6503. Grayscale: #ACACAC. Windows color (decimal): -4941060 or 16554676. OLE color: 16554676.

HSL color Cylindrical-coordinate representation of color #B49AFC: hue angle of 255.92º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B49AFC is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180154252-
CMYK0.290.3900.01
HSL255.92º94.23%79.61%-
HSV(B)255.92º38.89%98.82%-
XYZ47.9539.8497.26-
YUV172.95172.61133.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.72%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 252 (98.83% from 255) = 43.00%
R=30.72%
G=26.28%
B=43.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801542520.290.3900.01255.9294.2379.61
HexB49AFC1D27011005e50
Octal264232374354701400136120
Binary101101001001101011111100111011001110110000000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AFC; }

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

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

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

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

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

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

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

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