#BB5184

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

Shades of Mulberry #BB5184

Tints of Mulberry #BB5184

Color information

#BB5184 (or 0xBB5184) is unknown color: approx Mulberry. HEX triplet: BB, 51 and 84. RGB value is (187,81,132). Sum of RGB (Red+Green+Blue) = 187+81+132=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5184 is #44AE7B. Grayscale: #767676. Windows color (decimal): -4501116 or 8671675. OLE color: 8671675.

HSL color Cylindrical-coordinate representation of color #BB5184: hue angle of 331.13º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5184 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18781132-
CMYK00.570.290.27
HSL331.13º43.8%52.55%-
HSV(B)331.13º56.68%73.33%-
XYZ27.618.1223.87-
YUV118.51135.62176.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 132 (51.95% from 255) = 33%
R=46.75%
G=20.25%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878113200.570.290.27331.1343.852.55
HexBB51840391D1B14b2c35
Octal27312120407135335135465
Binary1011101110100011000010001110011110111011101001011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5184; }

 p { color: rgb(187,81,132); }

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

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

 a { background-color: rgb(187,81,132); }

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

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

 span { border-color: rgb(187,81,132); }

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