#B55C99

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

Shades of Mulberry #B55C99

Tints of Mulberry #B55C99

Color information

#B55C99 (or 0xB55C99) is unknown color: approx Mulberry. HEX triplet: B5, 5C and 99. RGB value is (181,92,153). Sum of RGB (Red+Green+Blue) = 181+92+153=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C99 is #4AA366. Grayscale: #7D7D7D. Windows color (decimal): -4891495 or 10050741. OLE color: 10050741.

HSL color Cylindrical-coordinate representation of color #B55C99: hue angle of 318.88º 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 #B55C99 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18192153-
CMYK00.490.150.29
HSL318.88º37.55%53.53%-
HSV(B)318.88º49.17%70.98%-
XYZ28.6319.7832.45-
YUV125.56143.49167.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=42.49%
G=21.60%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819215300.490.150.29318.8837.5553.53
HexB55C99031F1D13f2636
Octal26513423106117354774666
Binary101101011011100100110010110001111111101100111111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C99; }

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

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

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

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

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

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

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

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