#BB548B

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

Shades of Mulberry #BB548B

Tints of Mulberry #BB548B

Color information

#BB548B (or 0xBB548B) is unknown color: approx Mulberry. HEX triplet: BB, 54 and 8B. RGB value is (187,84,139). Sum of RGB (Red+Green+Blue) = 187+84+139=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB548B is #44AB74. Grayscale: #787878. Windows color (decimal): -4500341 or 9131195. OLE color: 9131195.

HSL color Cylindrical-coordinate representation of color #BB548B: hue angle of 327.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB548B is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18784139-
CMYK00.550.260.27
HSL327.96º43.1%53.14%-
HSV(B)327.96º55.08%73.33%-
XYZ28.3218.7726.56-
YUV121.07138.12175.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 84 (33.20% from 255) = 20.49%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=45.61%
G=20.49%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878413900.550.260.27327.9643.153.14
HexBB548B0371A1B1482b35
Octal27312421306732335105365
Binary1011101110101001000101101101111101011011101001000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB548B; }

 p { color: rgb(187,84,139); }

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

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

 a { background-color: rgb(187,84,139); }

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

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

 span { border-color: rgb(187,84,139); }

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