#B64E95

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

Shades of Mulberry #B64E95

Tints of Mulberry #B64E95

Color information

#B64E95 (or 0xB64E95) is unknown color: approx Mulberry. HEX triplet: B6, 4E and 95. RGB value is (182,78,149). Sum of RGB (Red+Green+Blue) = 182+78+149=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64E95 is #49B16A. Grayscale: #757575. Windows color (decimal): -4829547 or 9785014. OLE color: 9785014.

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

Color convert

RGB18278149-
CMYK00.570.180.29
HSL319.04º41.6%50.98%-
HSV(B)319.04º57.14%71.37%-
XYZ27.4417.5630.38-
YUV117.19145.96174.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=44.50%
G=19.07%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827814900.570.180.29319.0441.650.98
HexB64E95039121D13f2a33
Octal26611622507122354775263
Binary1011011010011101001010101110011001011101100111111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64E95; }

 p { color: rgb(182,78,149); }

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

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

 a { background-color: rgb(182,78,149); }

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

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

 span { border-color: rgb(182,78,149); }

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