#B74984

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

Shades of Mulberry #B74984

Tints of Mulberry #B74984

Color information

#B74984 (or 0xB74984) is unknown color: approx Mulberry. HEX triplet: B7, 49 and 84. RGB value is (183,73,132). Sum of RGB (Red+Green+Blue) = 183+73+132=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B74984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74984 is #48B67B. Grayscale: #707070. Windows color (decimal): -4765308 or 8669623. OLE color: 8669623.

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

Color convert

RGB18373132-
CMYK00.600.280.28
HSL327.82º43.31%50.2%-
HSV(B)327.82º60.11%71.76%-
XYZ26.0816.523.64-
YUV112.62138.94178.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 73 (28.91% from 255) = 18.81%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=47.16%
G=18.81%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837313200.600.280.28327.8243.3150.2
HexB7498403C1C1C1482b32
Octal26711120407434345105362
Binary1011011110010011000010001111001110011100101001000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74984; }

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

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

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

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

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

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

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

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