#B04C88

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

Shades of Mulberry #B04C88

Tints of Mulberry #B04C88

Color information

#B04C88 (or 0xB04C88) is unknown color: approx Mulberry. HEX triplet: B0, 4C and 88. RGB value is (176,76,136). Sum of RGB (Red+Green+Blue) = 176+76+136=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C88 is #4FB377. Grayscale: #707070. Windows color (decimal): -5223288 or 8932528. OLE color: 8932528.

HSL color Cylindrical-coordinate representation of color #B04C88: hue angle of 324º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04C88 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17676136-
CMYK00.570.230.31
HSL324º39.68%49.41%-
HSV(B)324º56.82%69.02%-
XYZ24.9316.1825.1-
YUV112.74141.13173.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 76 (30.08% from 255) = 19.59%
BLUE value IS 136 (53.52% from 255) = 35.05%
R=45.36%
G=19.59%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767613600.570.230.3132439.6849.41
HexB04C88039171F1442831
Octal26011421007127375045061
Binary1011000010011001000100001110011011111111101000100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C88; }

 p { color: rgb(176,76,136); }

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

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

 a { background-color: rgb(176,76,136); }

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

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

 span { border-color: rgb(176,76,136); }

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