#B49AFA

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

Shades of Biloba Flower #B49AFA

Tints of Biloba Flower #B49AFA

Color information

#B49AFA (or 0xB49AFA) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and FA. RGB value is (180,154,250). Sum of RGB (Red+Green+Blue) = 180+154+250=584 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.82% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #B49AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49AFA is #4B6505. Grayscale: #ACACAC. Windows color (decimal): -4941062 or 16423604. OLE color: 16423604.

HSL color Cylindrical-coordinate representation of color #B49AFA: hue angle of 256.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B49AFA is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180154250-
CMYK0.280.3800.02
HSL256.25º90.57%79.22%-
HSV(B)256.25º38.4%98.04%-
XYZ47.6339.7295.6-
YUV172.72171.61133.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.82%
GREEN value IS 154 (60.55% from 255) = 26.37%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=30.82%
G=26.37%
B=42.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801542500.280.3800.02256.2590.5779.22
HexB49AFA1C26021005b4f
Octal264232372344602400133117
Binary1011010010011010111110101110010011001010000000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AFA; }

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

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

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

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

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

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

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

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