#B64C8F

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

Shades of Mulberry #B64C8F

Tints of Mulberry #B64C8F

Color information

#B64C8F (or 0xB64C8F) is unknown color: approx Mulberry. HEX triplet: B6, 4C and 8F. RGB value is (182,76,143). Sum of RGB (Red+Green+Blue) = 182+76+143=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C8F is #49B370. Grayscale: #737373. Windows color (decimal): -4830065 or 9391286. OLE color: 9391286.

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

Color convert

RGB18276143-
CMYK00.580.210.29
HSL322.08º42.06%50.59%-
HSV(B)322.08º58.24%71.37%-
XYZ26.8317.127.87-
YUV115.33143.62175.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=45.39%
G=18.95%
B=35.66%

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
Decimal1827614300.580.210.29322.0842.0650.59
HexB64C8F03A151D1422a33
Octal26611421707225355025263
Binary1011011010011001000111101110101010111101101000010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C8F; }

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

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

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

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

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

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

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

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