#B49AF4

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

Shades of Biloba Flower #B49AF4

Tints of Biloba Flower #B49AF4

Color information

#B49AF4 (or 0xB49AF4) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and F4. RGB value is (180,154,244). Sum of RGB (Red+Green+Blue) = 180+154+244=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #B49AF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49AF4 is #4B650B. Grayscale: #ABABAB. Windows color (decimal): -4941068 or 16030388. OLE color: 16030388.

HSL color Cylindrical-coordinate representation of color #B49AF4: hue angle of 257.33º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B49AF4 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180154244-
CMYK0.260.3700.04
HSL257.33º80.36%78.04%-
HSV(B)257.33º36.89%95.69%-
XYZ46.7139.3590.72-
YUV172.03168.61133.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.14%
GREEN value IS 154 (60.55% from 255) = 26.64%
BLUE value IS 244 (95.70% from 255) = 42.21%
R=31.14%
G=26.64%
B=42.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801542440.260.3700.04257.3380.3678.04
HexB49AF41A2504101504e
Octal264232364324504401120116
Binary10110100100110101111010011010100101010010000000110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AF4; }

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

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

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

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

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

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

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

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