#BF4E82

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

Shades of Mulberry #BF4E82

Tints of Mulberry #BF4E82

Color information

#BF4E82 (or 0xBF4E82) is unknown color: approx Mulberry. HEX triplet: BF, 4E and 82. RGB value is (191,78,130). Sum of RGB (Red+Green+Blue) = 191+78+130=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E82 is #40B17D. Grayscale: #757575. Windows color (decimal): -4239742 or 8539839. OLE color: 8539839.

HSL color Cylindrical-coordinate representation of color #BF4E82: hue angle of 332.39º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E82 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19178130-
CMYK00.590.320.25
HSL332.39º46.89%52.75%-
HSV(B)332.39º59.16%74.9%-
XYZ28.2418.1423.13-
YUV117.71134.94180.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 78 (30.86% from 255) = 19.55%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=47.87%
G=19.55%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917813000.590.320.25332.3946.8952.75
HexBF4E8203B201914c2f35
Octal27711620207340315145765
Binary10111111100111010000010011101110000011001101001100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E82; }

 p { color: rgb(191,78,130); }

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

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

 a { background-color: rgb(191,78,130); }

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

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

 span { border-color: rgb(191,78,130); }

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