#B59ADC

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

Shades of Biloba Flower #B59ADC

Tints of Biloba Flower #B59ADC

Color information

#B59ADC (or 0xB59ADC) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and DC. RGB value is (181,154,220). Sum of RGB (Red+Green+Blue) = 181+154+220=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #B59ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ADC is #4A6523. Grayscale: #A9A9A9. Windows color (decimal): -4875556 or 14457525. OLE color: 14457525.

HSL color Cylindrical-coordinate representation of color #B59ADC: hue angle of 264.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B59ADC is Cyan = 0.18, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181154220-
CMYK0.180.300.14
HSL264.55º48.53%73.33%-
HSV(B)264.55º30%86.27%-
XYZ43.5338.172.77-
YUV169.6156.45136.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 154 (60.55% from 255) = 27.75%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=32.61%
G=27.75%
B=39.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811542200.180.300.14264.5548.5373.33
HexB59ADC121E0E1093149
Octal265232334223601641161111
Binary1011010110011010110111001001011110011101000010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59ADC; }

 p { color: rgb(181,154,220); }

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

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

 a { background-color: rgb(181,154,220); }

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

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

 span { border-color: rgb(181,154,220); }

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