#B591DD

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

Shades of Biloba Flower #B591DD

Tints of Biloba Flower #B591DD

Color information

#B591DD (or 0xB591DD) is unknown color: approx Biloba Flower. HEX triplet: B5, 91 and DD. RGB value is (181,145,221). Sum of RGB (Red+Green+Blue) = 181+145+221=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #B591DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591DD is #4A6E22. Grayscale: #A4A4A4. Windows color (decimal): -4877859 or 14520757. OLE color: 14520757.

HSL color Cylindrical-coordinate representation of color #B591DD: hue angle of 268.42º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B591DD is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181145221-
CMYK0.180.3400.13
HSL268.42º52.78%71.76%-
HSV(B)268.42º34.39%86.67%-
XYZ42.2335.372.99-
YUV164.43159.93139.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 145 (57.03% from 255) = 26.51%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=33.09%
G=26.51%
B=40.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811452210.180.3400.13268.4252.7871.76
HexB591DD12220D10c3548
Octal265221335224201541465110
Binary10110101100100011101110110010100010011011000011001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B591DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B591DD; }

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

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

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

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

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

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

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

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