#B57CA2

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

Shades of Bouquet #B57CA2

Tints of Bouquet #B57CA2

Color information

#B57CA2 (or 0xB57CA2) is unknown color: approx Bouquet. HEX triplet: B5, 7C and A2. RGB value is (181,124,162). Sum of RGB (Red+Green+Blue) = 181+124+162=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B57CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57CA2 is #4A835D. Grayscale: #919191. Windows color (decimal): -4883294 or 10648757. OLE color: 10648757.

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

Color convert

RGB181124162-
CMYK00.310.100.29
HSL320º27.8%59.8%-
HSV(B)320º31.49%70.98%-
XYZ32.7926.8537.64-
YUV145.38137.38153.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 162 (63.67% from 255) = 34.69%
R=38.76%
G=26.55%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112416200.310.100.2932027.859.8
HexB57CA201FA1D1401c3c
Octal26517424203712355003474
Binary1011010111111001010001001111110101110110100000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57CA2; }

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

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

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

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

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

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

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

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