#B57FA2

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

Shades of Bouquet #B57FA2

Tints of Bouquet #B57FA2

Color information

#B57FA2 (or 0xB57FA2) is unknown color: approx Bouquet. HEX triplet: B5, 7F and A2. RGB value is (181,127,162). Sum of RGB (Red+Green+Blue) = 181+127+162=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FA2 is #4A805D. Grayscale: #939393. Windows color (decimal): -4882526 or 10649525. OLE color: 10649525.

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

Color convert

RGB181127162-
CMYK00.300.100.29
HSL321.11º26.73%60.39%-
HSV(B)321.11º29.83%70.98%-
XYZ33.1727.6137.76-
YUV147.14136.39152.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 162 (63.67% from 255) = 34.47%
R=38.51%
G=27.02%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112716200.300.100.29321.1126.7360.39
HexB57FA201EA1D1411b3c
Octal26517724203612355013374
Binary1011010111111111010001001111010101110110100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FA2; }

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

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

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

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

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

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

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

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