#BF5884

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

Shades of Mulberry #BF5884

Tints of Mulberry #BF5884

Color information

#BF5884 (or 0xBF5884) is unknown color: approx Mulberry. HEX triplet: BF, 58 and 84. RGB value is (191,88,132). Sum of RGB (Red+Green+Blue) = 191+88+132=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5884 is #40A77B. Grayscale: #7B7B7B. Windows color (decimal): -4237180 or 8673471. OLE color: 8673471.

HSL color Cylindrical-coordinate representation of color #BF5884: hue angle of 334.37º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5884 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB19188132-
CMYK00.540.310.25
HSL334.37º44.59%54.71%-
HSV(B)334.37º53.93%74.9%-
XYZ29.1419.7224.1-
YUV123.81132.62175.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 88 (34.77% from 255) = 21.41%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=46.47%
G=21.41%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918813200.540.310.25334.3744.5954.71
HexBF58840361F1914e2d37
Octal27713020406637315165567
Binary1011111110110001000010001101101111111001101001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5884; }

 p { color: rgb(191,88,132); }

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

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

 a { background-color: rgb(191,88,132); }

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

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

 span { border-color: rgb(191,88,132); }

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