#B64D8C

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

Shades of Mulberry #B64D8C

Tints of Mulberry #B64D8C

Color information

#B64D8C (or 0xB64D8C) is unknown color: approx Mulberry. HEX triplet: B6, 4D and 8C. RGB value is (182,77,140). Sum of RGB (Red+Green+Blue) = 182+77+140=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64D8C is #49B273. Grayscale: #737373. Windows color (decimal): -4829812 or 9194934. OLE color: 9194934.

HSL color Cylindrical-coordinate representation of color #B64D8C: hue angle of 324º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64D8C is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18277140-
CMYK00.580.230.29
HSL324º41.83%50.78%-
HSV(B)324º57.69%71.37%-
XYZ26.6817.1526.71-
YUV115.58141.79175.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=45.61%
G=19.30%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827714000.580.230.2932441.8350.78
HexB64D8C03A171D1442a33
Octal26611521407227355045263
Binary1011011010011011000110001110101011111101101000100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D8C; }

 p { color: rgb(182,77,140); }

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

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

 a { background-color: rgb(182,77,140); }

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

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

 span { border-color: rgb(182,77,140); }

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