#B55C9B

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

Shades of Mulberry #B55C9B

Tints of Mulberry #B55C9B

Color information

#B55C9B (or 0xB55C9B) is unknown color: approx Mulberry. HEX triplet: B5, 5C and 9B. RGB value is (181,92,155). Sum of RGB (Red+Green+Blue) = 181+92+155=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C9B is #4AA364. Grayscale: #7D7D7D. Windows color (decimal): -4891493 or 10181813. OLE color: 10181813.

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

Color convert

RGB18192155-
CMYK00.490.140.29
HSL317.53º37.55%53.53%-
HSV(B)317.53º49.17%70.98%-
XYZ28.819.8433.32-
YUV125.79144.49167.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=42.29%
G=21.50%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819215500.490.140.29317.5337.5553.53
HexB55C9B031E1D13e2636
Octal26513423306116354764666
Binary101101011011100100110110110001111011101100111110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C9B; }

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

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

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

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

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

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

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

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