#B55C8B

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

Shades of Mulberry #B55C8B

Tints of Mulberry #B55C8B

Color information

#B55C8B (or 0xB55C8B) is unknown color: approx Mulberry. HEX triplet: B5, 5C and 8B. RGB value is (181,92,139). Sum of RGB (Red+Green+Blue) = 181+92+139=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C8B is #4AA374. Grayscale: #7B7B7B. Windows color (decimal): -4891509 or 9133237. OLE color: 9133237.

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

Color convert

RGB18192139-
CMYK00.490.230.29
HSL328.31º37.55%53.53%-
HSV(B)328.31º49.17%70.98%-
XYZ27.5419.3426.71-
YUV123.97136.49168.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=43.93%
G=22.33%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819213900.490.230.29328.3137.5553.53
HexB55C8B031171D1482636
Octal26513421306127355104666
Binary1011010110111001000101101100011011111101101001000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C8B; }

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

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

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

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

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

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

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

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