#B56894

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

Shades of Hopbush #B56894

Tints of Hopbush #B56894

Color information

#B56894 (or 0xB56894) is unknown color: approx Hopbush. HEX triplet: B5, 68 and 94. RGB value is (181,104,148). Sum of RGB (Red+Green+Blue) = 181+104+148=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B56894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56894 is #4A976B. Grayscale: #838383. Windows color (decimal): -4888428 or 9726133. OLE color: 9726133.

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

Color convert

RGB181104148-
CMYK00.430.180.29
HSL325.71º34.22%55.88%-
HSV(B)325.71º42.54%70.98%-
XYZ29.3521.8630.69-
YUV132.04137.01162.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=41.80%
G=24.02%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110414800.430.180.29325.7134.2255.88
HexB5689402B121D1462238
Octal26515022405322355064270
Binary1011010111010001001010001010111001011101101000110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56894; }

 p { color: rgb(181,104,148); }

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

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

 a { background-color: rgb(181,104,148); }

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

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

 span { border-color: rgb(181,104,148); }

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