#B74585

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

Shades of Mulberry #B74585

Tints of Mulberry #B74585

Color information

#B74585 (or 0xB74585) is unknown color: approx Mulberry. HEX triplet: B7, 45 and 85. RGB value is (183,69,133). Sum of RGB (Red+Green+Blue) = 183+69+133=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B74585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74585 is #48BA7A. Grayscale: #6E6E6E. Windows color (decimal): -4766331 or 8734135. OLE color: 8734135.

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

Color convert

RGB18369133-
CMYK00.620.270.28
HSL326.32º45.24%49.41%-
HSV(B)326.32º62.3%71.76%-
XYZ25.8916.0223.92-
YUV110.38140.77179.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=47.53%
G=17.92%
B=34.55%

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
Decimal1836913300.620.270.28326.3245.2449.41
HexB7458503E1B1C1462d31
Octal26710520507633345065561
Binary1011011110001011000010101111101101111100101000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74585; }

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

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

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

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

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

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

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

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