#B64582

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

Shades of Mulberry #B64582

Tints of Mulberry #B64582

Color information

#B64582 (or 0xB64582) is unknown color: approx Mulberry. HEX triplet: B6, 45 and 82. RGB value is (182,69,130). Sum of RGB (Red+Green+Blue) = 182+69+130=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B64582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64582 is #49BA7D. Grayscale: #6D6D6D. Windows color (decimal): -4831870 or 8537526. OLE color: 8537526.

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

Color convert

RGB18269130-
CMYK00.620.290.29
HSL327.61º45.02%49.22%-
HSV(B)327.61º62.09%71.37%-
XYZ25.4515.8122.83-
YUV109.74139.44179.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 69 (27.34% from 255) = 18.11%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=47.77%
G=18.11%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826913000.620.290.29327.6145.0249.22
HexB6458203E1D1D1482d31
Octal26610520207635355105561
Binary1011011010001011000001001111101110111101101001000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64582; }

 p { color: rgb(182,69,130); }

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

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

 a { background-color: rgb(182,69,130); }

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

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

 span { border-color: rgb(182,69,130); }

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