#B581DD

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

Shades of Biloba Flower #B581DD

Tints of Biloba Flower #B581DD

Color information

#B581DD (or 0xB581DD) is unknown color: approx Biloba Flower. HEX triplet: B5, 81 and DD. RGB value is (181,129,221). Sum of RGB (Red+Green+Blue) = 181+129+221=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #B581DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581DD is #4A7E22. Grayscale: #9A9A9A. Windows color (decimal): -4881955 or 14516661. OLE color: 14516661.

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

Color convert

RGB181129221-
CMYK0.180.4200.13
HSL273.91º57.5%68.63%-
HSV(B)273.91º41.63%86.67%-
XYZ39.9630.7472.23-
YUV155.04165.23146.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 129 (50.78% from 255) = 24.29%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=34.09%
G=24.29%
B=41.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811292210.180.4200.13273.9157.568.63
HexB581DD122A0D1123a45
Octal265201335225201542272105
Binary10110101100000011101110110010101010011011000100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581DD; }

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

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

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

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

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

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

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

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