#B57CA3

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

Shades of Bouquet #B57CA3

Tints of Bouquet #B57CA3

Color information

#B57CA3 (or 0xB57CA3) is unknown color: approx Bouquet. HEX triplet: B5, 7C and A3. RGB value is (181,124,163). Sum of RGB (Red+Green+Blue) = 181+124+163=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B57CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57CA3 is #4A835C. Grayscale: #919191. Windows color (decimal): -4883293 or 10714293. OLE color: 10714293.

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

Color convert

RGB181124163-
CMYK00.310.100.29
HSL318.95º27.8%59.8%-
HSV(B)318.95º31.49%70.98%-
XYZ32.8726.8838.11-
YUV145.49137.88153.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 163 (64.06% from 255) = 34.83%
R=38.68%
G=26.50%
B=34.83%

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
Decimal18112416300.310.100.29318.9527.859.8
HexB57CA301FA1D13f1c3c
Octal26517424303712354773474
Binary1011010111111001010001101111110101110110011111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57CA3; }

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

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

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

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

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

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

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

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