#B56FA0

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

Shades of Bouquet #B56FA0

Tints of Bouquet #B56FA0

Color information

#B56FA0 (or 0xB56FA0) is unknown color: approx Bouquet. HEX triplet: B5, 6F and A0. RGB value is (181,111,160). Sum of RGB (Red+Green+Blue) = 181+111+160=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B56FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56FA0 is #4A905F. Grayscale: #898989. Windows color (decimal): -4886624 or 10514357. OLE color: 10514357.

HSL color Cylindrical-coordinate representation of color #B56FA0: hue angle of 318º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56FA0 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB181111160-
CMYK00.390.120.29
HSL318º32.11%57.25%-
HSV(B)318º38.67%70.98%-
XYZ31.0923.7336.2-
YUV137.52140.69159.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 160 (62.89% from 255) = 35.40%
R=40.04%
G=24.56%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111116000.390.120.2931832.1157.25
HexB56FA0027C1D13e2039
Octal26515724004714354764071
Binary101101011101111101000000100111110011101100111110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56FA0; }

 p { color: rgb(181,111,160); }

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

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

 a { background-color: rgb(181,111,160); }

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

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

 span { border-color: rgb(181,111,160); }

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