#B591D8

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

Shades of Biloba Flower #B591D8

Tints of Biloba Flower #B591D8

Color information

#B591D8 (or 0xB591D8) is unknown color: approx Biloba Flower. HEX triplet: B5, 91 and D8. RGB value is (181,145,216). Sum of RGB (Red+Green+Blue) = 181+145+216=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #B591D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591D8 is #4A6E27. Grayscale: #A3A3A3. Windows color (decimal): -4877864 or 14193077. OLE color: 14193077.

HSL color Cylindrical-coordinate representation of color #B591D8: hue angle of 270.42º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B591D8 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181145216-
CMYK0.160.3300.15
HSL270.42º47.65%70.78%-
HSV(B)270.42º32.87%84.71%-
XYZ41.5835.0369.54-
YUV163.86157.43140.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 145 (57.03% from 255) = 26.75%
BLUE value IS 216 (84.77% from 255) = 39.85%
R=33.39%
G=26.75%
B=39.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811452160.160.3300.15270.4247.6570.78
HexB591D810210F10e3047
Octal265221330204101741660107
Binary10110101100100011101100010000100001011111000011101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B591D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B591D8; }

 p { color: rgb(181,145,216); }

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

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

 a { background-color: rgb(181,145,216); }

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

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

 span { border-color: rgb(181,145,216); }

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