#B74884

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

Shades of Mulberry #B74884

Tints of Mulberry #B74884

Color information

#B74884 (or 0xB74884) is unknown color: approx Mulberry. HEX triplet: B7, 48 and 84. RGB value is (183,72,132). Sum of RGB (Red+Green+Blue) = 183+72+132=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B74884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74884 is #48B77B. Grayscale: #6F6F6F. Windows color (decimal): -4765564 or 8669367. OLE color: 8669367.

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

Color convert

RGB18372132-
CMYK00.610.280.28
HSL327.57º43.53%50%-
HSV(B)327.57º60.66%71.76%-
XYZ26.0116.3723.62-
YUV112.03139.27178.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=47.29%
G=18.60%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837213200.610.280.28327.5743.5350
HexB7488403D1C1C1482c32
Octal26711020407534345105462
Binary1011011110010001000010001111011110011100101001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74884; }

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

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

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

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

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

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

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

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