#B49BEB

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

Shades of Biloba Flower #B49BEB

Tints of Biloba Flower #B49BEB

Color information

#B49BEB (or 0xB49BEB) is unknown color: approx Biloba Flower. HEX triplet: B4, 9B and EB. RGB value is (180,155,235). Sum of RGB (Red+Green+Blue) = 180+155+235=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #B49BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49BEB is #4B6414. Grayscale: #ABABAB. Windows color (decimal): -4940821 or 15440820. OLE color: 15440820.

HSL color Cylindrical-coordinate representation of color #B49BEB: hue angle of 258.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B49BEB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180155235-
CMYK0.230.3400.08
HSL258.75º66.67%76.47%-
HSV(B)258.75º34.04%92.16%-
XYZ45.5439.1483.75-
YUV171.6163.78134-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 155 (60.94% from 255) = 27.19%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=31.58%
G=27.19%
B=41.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801552350.230.3400.08258.7566.6776.47
HexB49BEB172208103434c
Octal2642333532742010403103114
Binary101101001001101111101011101111000100100010000001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BEB; }

 p { color: rgb(180,155,235); }

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

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

 a { background-color: rgb(180,155,235); }

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

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

 span { border-color: rgb(180,155,235); }

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