#B64C93

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

Shades of Mulberry #B64C93

Tints of Mulberry #B64C93

Color information

#B64C93 (or 0xB64C93) is unknown color: approx Mulberry. HEX triplet: B6, 4C and 93. RGB value is (182,76,147). Sum of RGB (Red+Green+Blue) = 182+76+147=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C93 is #49B36C. Grayscale: #737373. Windows color (decimal): -4830061 or 9653430. OLE color: 9653430.

HSL color Cylindrical-coordinate representation of color #B64C93: hue angle of 319.81º 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 #B64C93 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18276147-
CMYK00.580.190.29
HSL319.81º42.06%50.59%-
HSV(B)319.81º58.24%71.37%-
XYZ27.1417.2229.5-
YUV115.79145.62175.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 76 (30.08% from 255) = 18.77%
BLUE value IS 147 (57.81% from 255) = 36.30%
R=44.94%
G=18.77%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827614700.580.190.29319.8142.0650.59
HexB64C9303A131D1402a33
Octal26611422307223355005263
Binary1011011010011001001001101110101001111101101000000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C93; }

 p { color: rgb(182,76,147); }

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

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

 a { background-color: rgb(182,76,147); }

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

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

 span { border-color: rgb(182,76,147); }

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