#B49AF1

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

Shades of Biloba Flower #B49AF1

Tints of Biloba Flower #B49AF1

Color information

#B49AF1 (or 0xB49AF1) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and F1. RGB value is (180,154,241). Sum of RGB (Red+Green+Blue) = 180+154+241=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #B49AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49AF1 is #4B650E. Grayscale: #ABABAB. Windows color (decimal): -4941071 or 15833780. OLE color: 15833780.

HSL color Cylindrical-coordinate representation of color #B49AF1: hue angle of 257.93º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B49AF1 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180154241-
CMYK0.250.3600.05
HSL257.93º75.65%77.45%-
HSV(B)257.93º36.1%94.51%-
XYZ46.2639.1788.34-
YUV171.69167.11133.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 154 (60.55% from 255) = 26.78%
BLUE value IS 241 (94.53% from 255) = 41.91%
R=31.30%
G=26.78%
B=41.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801542410.250.3600.05257.9375.6577.45
HexB49AF11924051024c4d
Octal264232361314405402114115
Binary10110100100110101111000111001100100010110000001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AF1; }

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

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

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

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

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

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

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

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