#B74488

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

Shades of Mulberry #B74488

Tints of Mulberry #B74488

Color information

#B74488 (or 0xB74488) is unknown color: approx Mulberry. HEX triplet: B7, 44 and 88. RGB value is (183,68,136). Sum of RGB (Red+Green+Blue) = 183+68+136=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B74488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74488 is #48BB77. Grayscale: #6D6D6D. Windows color (decimal): -4766584 or 8930487. OLE color: 8930487.

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

Color convert

RGB18368136-
CMYK00.630.260.28
HSL324.52º45.82%49.22%-
HSV(B)324.52º62.84%71.76%-
XYZ26.0415.9825-
YUV110.14142.6179.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 68 (26.95% from 255) = 17.57%
BLUE value IS 136 (53.52% from 255) = 35.14%
R=47.29%
G=17.57%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836813600.630.260.28324.5245.8249.22
HexB7448803F1A1C1452e31
Octal26710421007732345055661
Binary1011011110001001000100001111111101011100101000101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74488; }

 p { color: rgb(183,68,136); }

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

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

 a { background-color: rgb(183,68,136); }

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

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

 span { border-color: rgb(183,68,136); }

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