#BB4D81

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

Shades of Mulberry #BB4D81

Tints of Mulberry #BB4D81

Color information

#BB4D81 (or 0xBB4D81) is unknown color: approx Mulberry. HEX triplet: BB, 4D and 81. RGB value is (187,77,129). Sum of RGB (Red+Green+Blue) = 187+77+129=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D81 is #44B27E. Grayscale: #737373. Windows color (decimal): -4502143 or 8474043. OLE color: 8474043.

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

Color convert

RGB18777129-
CMYK00.590.310.27
HSL331.64º44.72%51.76%-
HSV(B)331.64º58.82%73.33%-
XYZ27.1117.4622.71-
YUV115.82135.44178.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=47.58%
G=19.59%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877712900.590.310.27331.6444.7251.76
HexBB4D8103B1F1B14c2d34
Octal27311520107337335145564
Binary1011101110011011000000101110111111111011101001100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D81; }

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

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

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

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

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

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

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

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