#B74584

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

Shades of Mulberry #B74584

Tints of Mulberry #B74584

Color information

#B74584 (or 0xB74584) is unknown color: approx Mulberry. HEX triplet: B7, 45 and 84. RGB value is (183,69,132). Sum of RGB (Red+Green+Blue) = 183+69+132=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B74584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74584 is #48BA7B. Grayscale: #6E6E6E. Windows color (decimal): -4766332 or 8668599. OLE color: 8668599.

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

Color convert

RGB18369132-
CMYK00.620.280.28
HSL326.84º45.24%49.41%-
HSV(B)326.84º62.3%71.76%-
XYZ25.8215.9923.56-
YUV110.27140.27179.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 132 (51.95% from 255) = 34.38%
R=47.66%
G=17.97%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836913200.620.280.28326.8445.2449.41
HexB7458403E1C1C1472d31
Octal26710520407634345075561
Binary1011011110001011000010001111101110011100101000111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74584; }

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

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

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

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

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

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

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

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