#BB4683

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

Shades of Mulberry #BB4683

Tints of Mulberry #BB4683

Color information

#BB4683 (or 0xBB4683) is unknown color: approx Mulberry. HEX triplet: BB, 46 and 83. RGB value is (187,70,131). Sum of RGB (Red+Green+Blue) = 187+70+131=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4683 is #44B97C. Grayscale: #6F6F6F. Windows color (decimal): -4503933 or 8603323. OLE color: 8603323.

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

Color convert

RGB18770131-
CMYK00.630.300.27
HSL328.72º46.25%50.39%-
HSV(B)328.72º62.57%73.33%-
XYZ26.7816.5823.26-
YUV111.94138.76181.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 131 (51.56% from 255) = 33.76%
R=48.20%
G=18.04%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877013100.630.300.27328.7246.2550.39
HexBB468303F1E1B1492e32
Octal27310620307736335115662
Binary1011101110001101000001101111111111011011101001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4683; }

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

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

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

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

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

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

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

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