#B74588

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

Shades of Mulberry #B74588

Tints of Mulberry #B74588

Color information

#B74588 (or 0xB74588) is unknown color: approx Mulberry. HEX triplet: B7, 45 and 88. RGB value is (183,69,136). Sum of RGB (Red+Green+Blue) = 183+69+136=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B74588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74588 is #48BA77. Grayscale: #6E6E6E. Windows color (decimal): -4766328 or 8930743. OLE color: 8930743.

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

Color convert

RGB18369136-
CMYK00.620.260.28
HSL324.74º45.24%49.41%-
HSV(B)324.74º62.3%71.76%-
XYZ26.116.125.02-
YUV110.72142.27179.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 69 (27.34% from 255) = 17.78%
BLUE value IS 136 (53.52% from 255) = 35.05%
R=47.16%
G=17.78%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836913600.620.260.28324.7445.2449.41
HexB7458803E1A1C1452d31
Octal26710521007632345055561
Binary1011011110001011000100001111101101011100101000101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74588; }

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

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

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

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

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

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

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

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