#B59AD4

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

Shades of Biloba Flower #B59AD4

Tints of Biloba Flower #B59AD4

Color information

#B59AD4 (or 0xB59AD4) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and D4. RGB value is (181,154,212). Sum of RGB (Red+Green+Blue) = 181+154+212=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #B59AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59AD4 is #4A652B. Grayscale: #A8A8A8. Windows color (decimal): -4875564 or 13933237. OLE color: 13933237.

HSL color Cylindrical-coordinate representation of color #B59AD4: hue angle of 267.93º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B59AD4 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181154212-
CMYK0.150.2700.17
HSL267.93º40.28%71.76%-
HSV(B)267.93º27.36%83.14%-
XYZ42.537.6967.32-
YUV168.68152.45136.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=33.09%
G=28.15%
B=38.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811542120.150.2700.17267.9340.2871.76
HexB59AD4F1B01110c2848
Octal265232324173302141450110
Binary1011010110011010110101001111110110100011000011001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AD4; }

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

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

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

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

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

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

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

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