#B57DA1

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

Shades of Bouquet #B57DA1

Tints of Bouquet #B57DA1

Color information

#B57DA1 (or 0xB57DA1) is unknown color: approx Bouquet. HEX triplet: B5, 7D and A1. RGB value is (181,125,161). Sum of RGB (Red+Green+Blue) = 181+125+161=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B57DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57DA1 is #4A825E. Grayscale: #919191. Windows color (decimal): -4883039 or 10583477. OLE color: 10583477.

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

Color convert

RGB181125161-
CMYK00.310.110.29
HSL321.43º27.45%60%-
HSV(B)321.43º30.94%70.98%-
XYZ32.8227.0637.21-
YUV145.85136.55153.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 161 (63.28% from 255) = 34.48%
R=38.76%
G=26.77%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112516100.310.110.29321.4327.4560
HexB57DA101FB1D1411b3c
Octal26517524103713355013374
Binary1011010111111011010000101111110111110110100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DA1; }

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

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

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

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

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

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

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

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