#B57DA9

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

Shades of Bouquet #B57DA9

Tints of Bouquet #B57DA9

Color information

#B57DA9 (or 0xB57DA9) is unknown color: approx Bouquet. HEX triplet: B5, 7D and A9. RGB value is (181,125,169). Sum of RGB (Red+Green+Blue) = 181+125+169=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B57DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57DA9 is #4A8256. Grayscale: #929292. Windows color (decimal): -4883031 or 11107765. OLE color: 11107765.

HSL color Cylindrical-coordinate representation of color #B57DA9: hue angle of 312.86º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57DA9 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB181125169-
CMYK00.310.070.29
HSL312.86º27.45%60%-
HSV(B)312.86º30.94%70.98%-
XYZ33.5527.3641.05-
YUV146.76140.55152.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=38.11%
G=26.32%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112516900.310.070.29312.8627.4560
HexB57DA901F71D1391b3c
Octal2651752510377354713374
Binary101101011111101101010010111111111110110011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DA9; }

 p { color: rgb(181,125,169); }

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

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

 a { background-color: rgb(181,125,169); }

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

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

 span { border-color: rgb(181,125,169); }

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