#B56BA1

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

Shades of Bouquet #B56BA1

Tints of Bouquet #B56BA1

Color information

#B56BA1 (or 0xB56BA1) is unknown color: approx Bouquet. HEX triplet: B5, 6B and A1. RGB value is (181,107,161). Sum of RGB (Red+Green+Blue) = 181+107+161=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B56BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56BA1 is #4A945E. Grayscale: #878787. Windows color (decimal): -4887647 or 10578869. OLE color: 10578869.

HSL color Cylindrical-coordinate representation of color #B56BA1: hue angle of 316.22º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56BA1 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB181107161-
CMYK00.410.110.29
HSL316.22º33.33%56.47%-
HSV(B)316.22º40.88%70.98%-
XYZ30.7522.9136.52-
YUV135.28142.52160.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 161 (63.28% from 255) = 35.86%
R=40.31%
G=23.83%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110716100.410.110.29316.2233.3356.47
HexB56BA1029B1D13c2138
Octal26515324105113354744170
Binary101101011101011101000010101001101111101100111100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56BA1; }

 p { color: rgb(181,107,161); }

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

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

 a { background-color: rgb(181,107,161); }

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

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

 span { border-color: rgb(181,107,161); }

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