#B64D8B

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

Shades of Mulberry #B64D8B

Tints of Mulberry #B64D8B

Color information

#B64D8B (or 0xB64D8B) is unknown color: approx Mulberry. HEX triplet: B6, 4D and 8B. RGB value is (182,77,139). Sum of RGB (Red+Green+Blue) = 182+77+139=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64D8B is #49B274. Grayscale: #737373. Windows color (decimal): -4829813 or 9129398. OLE color: 9129398.

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

Color convert

RGB18277139-
CMYK00.580.240.29
HSL324.57º41.83%50.78%-
HSV(B)324.57º57.69%71.37%-
XYZ26.6117.1226.33-
YUV115.46141.29175.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 77 (30.47% from 255) = 19.35%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=45.73%
G=19.35%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827713900.580.240.29324.5741.8350.78
HexB64D8B03A181D1452a33
Octal26611521307230355055263
Binary1011011010011011000101101110101100011101101000101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D8B; }

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

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

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

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

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

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

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

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