#B64D90

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

Shades of Mulberry #B64D90

Tints of Mulberry #B64D90

Color information

#B64D90 (or 0xB64D90) is unknown color: approx Mulberry. HEX triplet: B6, 4D and 90. RGB value is (182,77,144). Sum of RGB (Red+Green+Blue) = 182+77+144=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64D90 is #49B26F. Grayscale: #737373. Windows color (decimal): -4829808 or 9457078. OLE color: 9457078.

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

Color convert

RGB18277144-
CMYK00.580.210.29
HSL321.71º41.83%50.78%-
HSV(B)321.71º57.69%71.37%-
XYZ26.9817.2728.3-
YUV116.03143.79175.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 77 (30.47% from 255) = 19.11%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=45.16%
G=19.11%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827714400.580.210.29321.7141.8350.78
HexB64D9003A151D1422a33
Octal26611522007225355025263
Binary1011011010011011001000001110101010111101101000010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D90; }

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

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

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

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

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

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

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

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