#B56D9B

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

Shades of Bouquet #B56D9B

Tints of Bouquet #B56D9B

Color information

#B56D9B (or 0xB56D9B) is unknown color: approx Bouquet. HEX triplet: B5, 6D and 9B. RGB value is (181,109,155). Sum of RGB (Red+Green+Blue) = 181+109+155=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56D9B is #4A9264. Grayscale: #878787. Windows color (decimal): -4887141 or 10186165. OLE color: 10186165.

HSL color Cylindrical-coordinate representation of color #B56D9B: hue angle of 321.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56D9B is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB181109155-
CMYK00.400.140.29
HSL321.67º32.73%56.86%-
HSV(B)321.67º39.78%70.98%-
XYZ30.4423.1333.87-
YUV135.77138.85160.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=40.67%
G=24.49%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110915500.400.140.29321.6732.7356.86
HexB56D9B028E1D1422139
Octal26515523305016355024171
Binary101101011101101100110110101000111011101101000010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D9B; }

 p { color: rgb(181,109,155); }

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

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

 a { background-color: rgb(181,109,155); }

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

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

 span { border-color: rgb(181,109,155); }

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