#B56EA8

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

Shades of Bouquet #B56EA8

Tints of Bouquet #B56EA8

Color information

#B56EA8 (or 0xB56EA8) is unknown color: approx Bouquet. HEX triplet: B5, 6E and A8. RGB value is (181,110,168). Sum of RGB (Red+Green+Blue) = 181+110+168=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B56EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56EA8 is #4A9157. Grayscale: #898989. Windows color (decimal): -4886872 or 11038389. OLE color: 11038389.

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

Color convert

RGB181110168-
CMYK00.390.070.29
HSL310.99º32.42%57.06%-
HSV(B)310.99º39.23%70.98%-
XYZ31.723.839.97-
YUV137.84145.02158.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 168 (66.02% from 255) = 36.60%
R=39.43%
G=23.97%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111016800.390.070.29310.9932.4257.06
HexB56EA802771D1372039
Octal2651562500477354674071
Binary10110101110111010101000010011111111101100110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56EA8; }

 p { color: rgb(181,110,168); }

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

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

 a { background-color: rgb(181,110,168); }

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

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

 span { border-color: rgb(181,110,168); }

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