#B55F8B

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

Shades of Mulberry #B55F8B

Tints of Mulberry #B55F8B

Color information

#B55F8B (or 0xB55F8B) is unknown color: approx Mulberry. HEX triplet: B5, 5F and 8B. RGB value is (181,95,139). Sum of RGB (Red+Green+Blue) = 181+95+139=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55F8B is #4AA074. Grayscale: #7D7D7D. Windows color (decimal): -4890741 or 9134005. OLE color: 9134005.

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

Color convert

RGB18195139-
CMYK00.480.230.29
HSL329.3º36.75%54.12%-
HSV(B)329.3º47.51%70.98%-
XYZ27.8119.8726.8-
YUV125.73135.49167.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=43.61%
G=22.89%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819513900.480.230.29329.336.7554.12
HexB55F8B030171D1492536
Octal26513721306027355114566
Binary1011010110111111000101101100001011111101101001001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F8B; }

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

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

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

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

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

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

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

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