#BB538C

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

Shades of Mulberry #BB538C

Tints of Mulberry #BB538C

Color information

#BB538C (or 0xBB538C) is unknown color: approx Mulberry. HEX triplet: BB, 53 and 8C. RGB value is (187,83,140). Sum of RGB (Red+Green+Blue) = 187+83+140=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB538C is #44AC73. Grayscale: #787878. Windows color (decimal): -4500596 or 9196475. OLE color: 9196475.

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

Color convert

RGB18783140-
CMYK00.560.250.27
HSL327.12º43.33%52.94%-
HSV(B)327.12º55.61%73.33%-
XYZ28.3218.6426.92-
YUV120.59138.96175.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 83 (32.81% from 255) = 20.24%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=45.61%
G=20.24%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878314000.560.250.27327.1243.3352.94
HexBB538C038191B1472b35
Octal27312321407031335075365
Binary1011101110100111000110001110001100111011101000111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB538C; }

 p { color: rgb(187,83,140); }

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

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

 a { background-color: rgb(187,83,140); }

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

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

 span { border-color: rgb(187,83,140); }

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