#B59CEC

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

Shades of Biloba Flower #B59CEC

Tints of Biloba Flower #B59CEC

Color information

#B59CEC (or 0xB59CEC) is unknown color: approx Biloba Flower. HEX triplet: B5, 9C and EC. RGB value is (181,156,236). Sum of RGB (Red+Green+Blue) = 181+156+236=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #B59CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59CEC is #4A6313. Grayscale: #ACACAC. Windows color (decimal): -4875028 or 15506613. OLE color: 15506613.

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

Color convert

RGB181156236-
CMYK0.230.3400.07
HSL258.75º67.8%76.86%-
HSV(B)258.75º33.9%92.55%-
XYZ46.0839.6684.58-
YUV172.59163.78134-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 156 (61.33% from 255) = 27.23%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=31.59%
G=27.23%
B=41.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811562360.230.3400.07258.7567.876.86
HexB59CEC172207103444d
Octal265234354274207403104115
Binary10110101100111001110110010111100010011110000001110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CEC; }

 p { color: rgb(181,156,236); }

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

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

 a { background-color: rgb(181,156,236); }

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

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

 span { border-color: rgb(181,156,236); }

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