#B74985

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

Shades of Mulberry #B74985

Tints of Mulberry #B74985

Color information

#B74985 (or 0xB74985) is unknown color: approx Mulberry. HEX triplet: B7, 49 and 85. RGB value is (183,73,133). Sum of RGB (Red+Green+Blue) = 183+73+133=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B74985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74985 is #48B67A. Grayscale: #707070. Windows color (decimal): -4765307 or 8735159. OLE color: 8735159.

HSL color Cylindrical-coordinate representation of color #B74985: hue angle of 327.27º 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 #B74985 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB18373133-
CMYK00.600.270.28
HSL327.27º43.31%50.2%-
HSV(B)327.27º60.11%71.76%-
XYZ26.1416.5324-
YUV112.73139.44178.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 73 (28.91% from 255) = 18.77%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=47.04%
G=18.77%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837313300.600.270.28327.2743.3150.2
HexB7498503C1B1C1472b32
Octal26711120507433345075362
Binary1011011110010011000010101111001101111100101000111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74985; }

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

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

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

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

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

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

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

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