#B49FED

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

Shades of Biloba Flower #B49FED

Tints of Biloba Flower #B49FED

Color information

#B49FED (or 0xB49FED) is unknown color: approx Biloba Flower. HEX triplet: B4, 9F and ED. RGB value is (180,159,237). Sum of RGB (Red+Green+Blue) = 180+159+237=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #B49FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49FED is #4B6012. Grayscale: #ADADAD. Windows color (decimal): -4939795 or 15572916. OLE color: 15572916.

HSL color Cylindrical-coordinate representation of color #B49FED: hue angle of 256.15º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49FED is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180159237-
CMYK0.240.3300.07
HSL256.15º68.42%77.65%-
HSV(B)256.15º32.91%92.94%-
XYZ46.5140.6185.51-
YUV174.17163.46132.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.25%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=31.25%
G=27.60%
B=41.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801592370.240.3300.07256.1568.4277.65
HexB49FED182107100444e
Octal264237355304107400104116
Binary10110100100111111110110111000100001011110000000010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FED; }

 p { color: rgb(180,159,237); }

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

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

 a { background-color: rgb(180,159,237); }

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

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

 span { border-color: rgb(180,159,237); }

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