#B59BEB

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

Shades of Biloba Flower #B59BEB

Tints of Biloba Flower #B59BEB

Color information

#B59BEB (or 0xB59BEB) is unknown color: approx Biloba Flower. HEX triplet: B5, 9B and EB. RGB value is (181,155,235). Sum of RGB (Red+Green+Blue) = 181+155+235=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #B59BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59BEB is #4A6414. Grayscale: #ABABAB. Windows color (decimal): -4875285 or 15440821. OLE color: 15440821.

HSL color Cylindrical-coordinate representation of color #B59BEB: hue angle of 259.5º 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 #B59BEB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181155235-
CMYK0.230.3400.08
HSL259.5º66.67%76.47%-
HSV(B)259.5º34.04%92.16%-
XYZ45.7739.2683.76-
YUV171.89163.61134.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.70%
GREEN value IS 155 (60.94% from 255) = 27.15%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=31.70%
G=27.15%
B=41.16%

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
Decimal1811552350.230.3400.08259.566.6776.47
HexB59BEB172208104434c
Octal2652333532742010404103114
Binary101101011001101111101011101111000100100010000010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59BEB; }

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

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

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

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

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

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

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

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