#B64E96

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

Shades of Mulberry #B64E96

Tints of Mulberry #B64E96

Color information

#B64E96 (or 0xB64E96) is unknown color: approx Mulberry. HEX triplet: B6, 4E and 96. RGB value is (182,78,150). Sum of RGB (Red+Green+Blue) = 182+78+150=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64E96 is #49B169. Grayscale: #757575. Windows color (decimal): -4829546 or 9850550. OLE color: 9850550.

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

Color convert

RGB18278150-
CMYK00.570.180.29
HSL318.46º41.6%50.98%-
HSV(B)318.46º57.14%71.37%-
XYZ27.5217.630.8-
YUV117.3146.46174.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 78 (30.86% from 255) = 19.02%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=44.39%
G=19.02%
B=36.59%

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
Decimal1827815000.570.180.29318.4641.650.98
HexB64E96039121D13e2a33
Octal26611622607122354765263
Binary1011011010011101001011001110011001011101100111110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64E96; }

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

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

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

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

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

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

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

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