#B49DFA

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

Shades of Biloba Flower #B49DFA

Tints of Biloba Flower #B49DFA

Color information

#B49DFA (or 0xB49DFA) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and FA. RGB value is (180,157,250). Sum of RGB (Red+Green+Blue) = 180+157+250=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #B49DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DFA is #4B6205. Grayscale: #AEAEAE. Windows color (decimal): -4940294 or 16424372. OLE color: 16424372.

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

Color convert

RGB180157250-
CMYK0.280.3700.02
HSL254.84º90.29%79.8%-
HSV(B)254.84º37.2%98.04%-
XYZ48.1340.7295.77-
YUV174.48170.62131.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.66%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=30.66%
G=26.75%
B=42.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801572500.280.3700.02254.8490.2979.8
HexB49DFA1C2502ff5a50
Octal264235372344502377132120
Binary101101001001110111111010111001001010101111111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DFA; }

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

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

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

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

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

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

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

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