#B57FA5

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

Shades of Bouquet #B57FA5

Tints of Bouquet #B57FA5

Color information

#B57FA5 (or 0xB57FA5) is unknown color: approx Bouquet. HEX triplet: B5, 7F and A5. RGB value is (181,127,165). Sum of RGB (Red+Green+Blue) = 181+127+165=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FA5 is #4A805A. Grayscale: #939393. Windows color (decimal): -4882523 or 10846133. OLE color: 10846133.

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

Color convert

RGB181127165-
CMYK00.300.090.29
HSL317.78º26.73%60.39%-
HSV(B)317.78º29.83%70.98%-
XYZ33.4427.7239.19-
YUV147.48137.89151.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=38.27%
G=26.85%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112716500.300.090.29317.7826.7360.39
HexB57FA501E91D13e1b3c
Octal26517724503611354763374
Binary1011010111111111010010101111010011110110011111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FA5; }

 p { color: rgb(181,127,165); }

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

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

 a { background-color: rgb(181,127,165); }

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

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

 span { border-color: rgb(181,127,165); }

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