#B64B9C

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

Shades of Mulberry #B64B9C

Tints of Mulberry #B64B9C

Color information

#B64B9C (or 0xB64B9C) is unknown color: approx Mulberry. HEX triplet: B6, 4B and 9C. RGB value is (182,75,156). Sum of RGB (Red+Green+Blue) = 182+75+156=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64B9C is #49B463. Grayscale: #747474. Windows color (decimal): -4830308 or 10242998. OLE color: 10242998.

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

Color convert

RGB18275156-
CMYK00.590.140.29
HSL314.58º42.29%50.39%-
HSV(B)314.58º58.79%71.37%-
XYZ27.8117.3833.34-
YUV116.23150.45174.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 75 (29.69% from 255) = 18.16%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=44.07%
G=18.16%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827515600.590.140.29314.5842.2950.39
HexB64B9C03BE1D13b2a32
Octal26611323407316354735262
Binary101101101001011100111000111011111011101100111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64B9C; }

 p { color: rgb(182,75,156); }

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

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

 a { background-color: rgb(182,75,156); }

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

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

 span { border-color: rgb(182,75,156); }

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