#B56D9D

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

Shades of Bouquet #B56D9D

Tints of Bouquet #B56D9D

Color information

#B56D9D (or 0xB56D9D) is unknown color: approx Bouquet. HEX triplet: B5, 6D and 9D. RGB value is (181,109,157). Sum of RGB (Red+Green+Blue) = 181+109+157=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56D9D is #4A9262. Grayscale: #878787. Windows color (decimal): -4887139 or 10317237. OLE color: 10317237.

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

Color convert

RGB181109157-
CMYK00.400.130.29
HSL320º32.73%56.86%-
HSV(B)320º39.78%70.98%-
XYZ30.6123.234.76-
YUV136139.85160.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 109 (42.97% from 255) = 24.38%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=40.49%
G=24.38%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110915700.400.130.2932032.7356.86
HexB56D9D028D1D1402139
Octal26515523505015355004171
Binary101101011101101100111010101000110111101101000000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D9D; }

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

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

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

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

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

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

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

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