#B56293

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

Shades of Mulberry #B56293

Tints of Mulberry #B56293

Color information

#B56293 (or 0xB56293) is unknown color: approx Mulberry. HEX triplet: B5, 62 and 93. RGB value is (181,98,147). Sum of RGB (Red+Green+Blue) = 181+98+147=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B56293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56293 is #4A9D6C. Grayscale: #808080. Windows color (decimal): -4889965 or 9659061. OLE color: 9659061.

HSL color Cylindrical-coordinate representation of color #B56293: hue angle of 324.58º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56293 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18198147-
CMYK00.460.190.29
HSL324.58º35.93%54.71%-
HSV(B)324.58º45.86%70.98%-
XYZ28.6920.6730.08-
YUV128.4138.5165.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 98 (38.67% from 255) = 23.00%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=42.49%
G=23.00%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819814700.460.190.29324.5835.9354.71
HexB5629302E131D1452437
Octal26514222305623355054467
Binary1011010111000101001001101011101001111101101000101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56293; }

 p { color: rgb(181,98,147); }

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

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

 a { background-color: rgb(181,98,147); }

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

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

 span { border-color: rgb(181,98,147); }

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