#BB548A

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

Shades of Mulberry #BB548A

Tints of Mulberry #BB548A

Color information

#BB548A (or 0xBB548A) is unknown color: approx Mulberry. HEX triplet: BB, 54 and 8A. RGB value is (187,84,138). Sum of RGB (Red+Green+Blue) = 187+84+138=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB548A is #44AB75. Grayscale: #787878. Windows color (decimal): -4500342 or 9065659. OLE color: 9065659.

HSL color Cylindrical-coordinate representation of color #BB548A: hue angle of 328.54º 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 #BB548A is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18784138-
CMYK00.550.260.27
HSL328.54º43.1%53.14%-
HSV(B)328.54º55.08%73.33%-
XYZ28.2518.7426.17-
YUV120.95137.62175.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=45.72%
G=20.54%
B=33.74%

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
Decimal1878413800.550.260.27328.5443.153.14
HexBB548A0371A1B1492b35
Octal27312421206732335115365
Binary1011101110101001000101001101111101011011101001001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB548A; }

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

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

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

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

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

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

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

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