#BB4681

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

Shades of Mulberry #BB4681

Tints of Mulberry #BB4681

Color information

#BB4681 (or 0xBB4681) is unknown color: approx Mulberry. HEX triplet: BB, 46 and 81. RGB value is (187,70,129). Sum of RGB (Red+Green+Blue) = 187+70+129=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4681 is #44B97E. Grayscale: #6F6F6F. Windows color (decimal): -4503935 or 8472251. OLE color: 8472251.

HSL color Cylindrical-coordinate representation of color #BB4681: hue angle of 329.74º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4681 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB18770129-
CMYK00.630.310.27
HSL329.74º46.25%50.39%-
HSV(B)329.74º62.57%73.33%-
XYZ26.6516.5322.56-
YUV111.71137.76181.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 70 (27.73% from 255) = 18.13%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=48.45%
G=18.13%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877012900.630.310.27329.7446.2550.39
HexBB468103F1F1B14a2e32
Octal27310620107737335125662
Binary1011101110001101000000101111111111111011101001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4681; }

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

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

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

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

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

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

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

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