#B74586

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

Shades of Mulberry #B74586

Tints of Mulberry #B74586

Color information

#B74586 (or 0xB74586) is unknown color: approx Mulberry. HEX triplet: B7, 45 and 86. RGB value is (183,69,134). Sum of RGB (Red+Green+Blue) = 183+69+134=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B74586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74586 is #48BA79. Grayscale: #6E6E6E. Windows color (decimal): -4766330 or 8799671. OLE color: 8799671.

HSL color Cylindrical-coordinate representation of color #B74586: hue angle of 325.79º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74586 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB18369134-
CMYK00.620.270.28
HSL325.79º45.24%49.41%-
HSV(B)325.79º62.3%71.76%-
XYZ25.9616.0424.28-
YUV110.5141.27179.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 69 (27.34% from 255) = 17.88%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=47.41%
G=17.88%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836913400.620.270.28325.7945.2449.41
HexB7458603E1B1C1462d31
Octal26710520607633345065561
Binary1011011110001011000011001111101101111100101000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74586; }

 p { color: rgb(183,69,134); }

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

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

 a { background-color: rgb(183,69,134); }

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

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

 span { border-color: rgb(183,69,134); }

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