#B57AA4

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

Shades of Bouquet #B57AA4

Tints of Bouquet #B57AA4

Color information

#B57AA4 (or 0xB57AA4) is unknown color: approx Bouquet. HEX triplet: B5, 7A and A4. RGB value is (181,122,164). Sum of RGB (Red+Green+Blue) = 181+122+164=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B57AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57AA4 is #4A855B. Grayscale: #909090. Windows color (decimal): -4883804 or 10779317. OLE color: 10779317.

HSL color Cylindrical-coordinate representation of color #B57AA4: hue angle of 317.29º 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 #B57AA4 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB181122164-
CMYK00.330.090.29
HSL317.29º28.5%59.41%-
HSV(B)317.29º32.6%70.98%-
XYZ32.7226.4238.5-
YUV144.43139.05154.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 122 (48.05% from 255) = 26.12%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=38.76%
G=26.12%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112216400.330.090.29317.2928.559.41
HexB57AA402191D13d1d3b
Octal26517224404111354753573
Binary10110101111101010100100010000110011110110011110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57AA4; }

 p { color: rgb(181,122,164); }

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

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

 a { background-color: rgb(181,122,164); }

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

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

 span { border-color: rgb(181,122,164); }

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