#B57DA7

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

Shades of Bouquet #B57DA7

Tints of Bouquet #B57DA7

Color information

#B57DA7 (or 0xB57DA7) is unknown color: approx Bouquet. HEX triplet: B5, 7D and A7. RGB value is (181,125,167). Sum of RGB (Red+Green+Blue) = 181+125+167=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B57DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57DA7 is #4A8258. Grayscale: #929292. Windows color (decimal): -4883033 or 10976693. OLE color: 10976693.

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

Color convert

RGB181125167-
CMYK00.310.080.29
HSL315º27.45%60%-
HSV(B)315º30.94%70.98%-
XYZ33.3627.2840.07-
YUV146.53139.55152.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 167 (65.62% from 255) = 35.31%
R=38.27%
G=26.43%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112516700.310.080.2931527.4560
HexB57DA701F81D13b1b3c
Octal26517524703710354733374
Binary1011010111111011010011101111110001110110011101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DA7; }

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

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

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

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

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

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

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

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