#BB5084

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

Shades of Mulberry #BB5084

Tints of Mulberry #BB5084

Color information

#BB5084 (or 0xBB5084) is unknown color: approx Mulberry. HEX triplet: BB, 50 and 84. RGB value is (187,80,132). Sum of RGB (Red+Green+Blue) = 187+80+132=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5084 is #44AF7B. Grayscale: #757575. Windows color (decimal): -4501372 or 8671419. OLE color: 8671419.

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

Color convert

RGB18780132-
CMYK00.570.290.27
HSL330.84º44.03%52.35%-
HSV(B)330.84º57.22%73.33%-
XYZ27.5317.9723.85-
YUV117.92135.95177.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 80 (31.64% from 255) = 20.05%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=46.87%
G=20.05%
B=33.08%

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
Decimal1878013200.570.290.27330.8444.0352.35
HexBB50840391D1B14b2c34
Octal27312020407135335135464
Binary1011101110100001000010001110011110111011101001011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5084; }

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

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

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

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

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

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

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

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