#B56393

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

Shades of Mulberry #B56393

Tints of Mulberry #B56393

Color information

#B56393 (or 0xB56393) is unknown color: approx Mulberry. HEX triplet: B5, 63 and 93. RGB value is (181,99,147). Sum of RGB (Red+Green+Blue) = 181+99+147=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B56393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56393 is #4A9C6C. Grayscale: #808080. Windows color (decimal): -4889709 or 9659317. OLE color: 9659317.

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

Color convert

RGB18199147-
CMYK00.450.190.29
HSL324.88º35.65%54.9%-
HSV(B)324.88º45.3%70.98%-
XYZ28.7820.8530.11-
YUV128.99138.17165.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=42.39%
G=23.19%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819914700.450.190.29324.8835.6554.9
HexB5639302D131D1452437
Octal26514322305523355054467
Binary1011010111000111001001101011011001111101101000101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56393; }

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

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

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

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

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

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

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

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