#B579A1

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

Shades of Bouquet #B579A1

Tints of Bouquet #B579A1

Color information

#B579A1 (or 0xB579A1) is unknown color: approx Bouquet. HEX triplet: B5, 79 and A1. RGB value is (181,121,161). Sum of RGB (Red+Green+Blue) = 181+121+161=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B579A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B579A1 is #4A865E. Grayscale: #8F8F8F. Windows color (decimal): -4884063 or 10582453. OLE color: 10582453.

HSL color Cylindrical-coordinate representation of color #B579A1: hue angle of 320º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B579A1 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB181121161-
CMYK00.330.110.29
HSL320º28.85%59.22%-
HSV(B)320º33.15%70.98%-
XYZ32.3326.0737.05-
YUV143.5137.88154.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=39.09%
G=26.13%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112116100.330.110.2932028.8559.22
HexB579A1021B1D1401d3b
Octal26517124104113355003573
Binary10110101111100110100001010000110111110110100000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B579A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B579A1; }

 p { color: rgb(181,121,161); }

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

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

 a { background-color: rgb(181,121,161); }

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

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

 span { border-color: rgb(181,121,161); }

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