#B49AF2

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

Shades of Biloba Flower #B49AF2

Tints of Biloba Flower #B49AF2

Color information

#B49AF2 (or 0xB49AF2) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and F2. RGB value is (180,154,242). Sum of RGB (Red+Green+Blue) = 180+154+242=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #B49AF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49AF2 is #4B650D. Grayscale: #ABABAB. Windows color (decimal): -4941070 or 15899316. OLE color: 15899316.

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

Color convert

RGB180154242-
CMYK0.260.3600.05
HSL257.73º77.19%77.65%-
HSV(B)257.73º36.36%94.9%-
XYZ46.4139.2389.13-
YUV171.81167.61133.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.25%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 242 (94.92% from 255) = 42.01%
R=31.25%
G=26.74%
B=42.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801542420.260.3600.05257.7377.1977.65
HexB49AF21A24051024d4e
Octal264232362324405402115116
Binary10110100100110101111001011010100100010110000001010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AF2; }

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

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

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

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

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

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

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

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