#B57CA6

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

Shades of Bouquet #B57CA6

Tints of Bouquet #B57CA6

Color information

#B57CA6 (or 0xB57CA6) is unknown color: approx Bouquet. HEX triplet: B5, 7C and A6. RGB value is (181,124,166). Sum of RGB (Red+Green+Blue) = 181+124+166=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B57CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57CA6 is #4A8359. Grayscale: #919191. Windows color (decimal): -4883290 or 10910901. OLE color: 10910901.

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

Color convert

RGB181124166-
CMYK00.310.080.29
HSL315.79º27.8%59.8%-
HSV(B)315.79º31.49%70.98%-
XYZ33.1526.9939.54-
YUV145.83139.38153.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 124 (48.83% from 255) = 26.33%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=38.43%
G=26.33%
B=35.24%

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
Decimal18112416600.310.080.29315.7927.859.8
HexB57CA601F81D13c1c3c
Octal26517424603710354743474
Binary1011010111111001010011001111110001110110011110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57CA6; }

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

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

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

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

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

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

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

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