#B49CF0

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

Shades of Biloba Flower #B49CF0

Tints of Biloba Flower #B49CF0

Color information

#B49CF0 (or 0xB49CF0) is unknown color: approx Biloba Flower. HEX triplet: B4, 9C and F0. RGB value is (180,156,240). Sum of RGB (Red+Green+Blue) = 180+156+240=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #B49CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49CF0 is #4B630F. Grayscale: #ACACAC. Windows color (decimal): -4940560 or 15768756. OLE color: 15768756.

HSL color Cylindrical-coordinate representation of color #B49CF0: hue angle of 257.14º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B49CF0 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180156240-
CMYK0.250.3500.06
HSL257.14º73.68%77.65%-
HSV(B)257.14º35%94.12%-
XYZ46.4439.7787.67-
YUV172.75165.95133.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.25%
GREEN value IS 156 (61.33% from 255) = 27.08%
BLUE value IS 240 (94.14% from 255) = 41.67%
R=31.25%
G=27.08%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1801562400.250.3500.06257.1473.6877.65
HexB49CF01923061014a4e
Octal264234360314306401112116
Binary10110100100111001111000011001100011011010000000110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CF0; }

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

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

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

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

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

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

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

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