#B55C88

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

Shades of Mulberry #B55C88

Tints of Mulberry #B55C88

Color information

#B55C88 (or 0xB55C88) is unknown color: approx Mulberry. HEX triplet: B5, 5C and 88. RGB value is (181,92,136). Sum of RGB (Red+Green+Blue) = 181+92+136=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C88 is #4AA377. Grayscale: #7B7B7B. Windows color (decimal): -4891512 or 8936629. OLE color: 8936629.

HSL color Cylindrical-coordinate representation of color #B55C88: hue angle of 330.34º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55C88 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18192136-
CMYK00.490.250.29
HSL330.34º37.55%53.53%-
HSV(B)330.34º49.17%70.98%-
XYZ27.3319.2625.57-
YUV123.63134.99168.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=44.25%
G=22.49%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819213600.490.250.29330.3437.5553.53
HexB55C88031191D14a2636
Octal26513421006131355124666
Binary1011010110111001000100001100011100111101101001010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C88; }

 p { color: rgb(181,92,136); }

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

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

 a { background-color: rgb(181,92,136); }

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

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

 span { border-color: rgb(181,92,136); }

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