#B49CF2

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

Shades of Biloba Flower #B49CF2

Tints of Biloba Flower #B49CF2

Color information

#B49CF2 (or 0xB49CF2) is unknown color: approx Biloba Flower. HEX triplet: B4, 9C and F2. RGB value is (180,156,242). Sum of RGB (Red+Green+Blue) = 180+156+242=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #B49CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49CF2 is #4B630D. Grayscale: #ACACAC. Windows color (decimal): -4940558 or 15899828. OLE color: 15899828.

HSL color Cylindrical-coordinate representation of color #B49CF2: hue angle of 256.74º 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 #B49CF2 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180156242-
CMYK0.260.3600.05
HSL256.74º76.79%78.04%-
HSV(B)256.74º35.54%94.9%-
XYZ46.7439.8989.24-
YUV172.98166.95133.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.14%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 242 (94.92% from 255) = 41.87%
R=31.14%
G=26.99%
B=41.87%

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
Decimal1801562420.260.3600.05256.7476.7978.04
HexB49CF21A24051014d4e
Octal264234362324405401115116
Binary10110100100111001111001011010100100010110000000110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CF2; }

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

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

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

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

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

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

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

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