#B74784

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

Shades of Mulberry #B74784

Tints of Mulberry #B74784

Color information

#B74784 (or 0xB74784) is unknown color: approx Mulberry. HEX triplet: B7, 47 and 84. RGB value is (183,71,132). Sum of RGB (Red+Green+Blue) = 183+71+132=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B74784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74784 is #48B87B. Grayscale: #6F6F6F. Windows color (decimal): -4765820 or 8669111. OLE color: 8669111.

HSL color Cylindrical-coordinate representation of color #B74784: hue angle of 327.32º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74784 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB18371132-
CMYK00.610.280.28
HSL327.32º44.09%49.8%-
HSV(B)327.32º61.2%71.76%-
XYZ25.9516.2423.6-
YUV111.44139.61179.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 71 (28.12% from 255) = 18.39%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=47.41%
G=18.39%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837113200.610.280.28327.3244.0949.8
HexB7478403D1C1C1472c32
Octal26710720407534345075462
Binary1011011110001111000010001111011110011100101000111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74784; }

 p { color: rgb(183,71,132); }

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

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

 a { background-color: rgb(183,71,132); }

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

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

 span { border-color: rgb(183,71,132); }

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