#BB4D83

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

Shades of Mulberry #BB4D83

Tints of Mulberry #BB4D83

Color information

#BB4D83 (or 0xBB4D83) is unknown color: approx Mulberry. HEX triplet: BB, 4D and 83. RGB value is (187,77,131). Sum of RGB (Red+Green+Blue) = 187+77+131=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D83 is #44B27C. Grayscale: #737373. Windows color (decimal): -4502141 or 8605115. OLE color: 8605115.

HSL color Cylindrical-coordinate representation of color #BB4D83: hue angle of 330.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4D83 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18777131-
CMYK00.590.300.27
HSL330.55º44.72%51.76%-
HSV(B)330.55º58.82%73.33%-
XYZ27.2417.5123.42-
YUV116.05136.44178.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=47.34%
G=19.49%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877713100.590.300.27330.5544.7251.76
HexBB4D8303B1E1B14b2d34
Octal27311520307336335135564
Binary1011101110011011000001101110111111011011101001011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D83; }

 p { color: rgb(187,77,131); }

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

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

 a { background-color: rgb(187,77,131); }

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

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

 span { border-color: rgb(187,77,131); }

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