#BF4584

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

Shades of Mulberry #BF4584

Tints of Mulberry #BF4584

Color information

#BF4584 (or 0xBF4584) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 84. RGB value is (191,69,132). Sum of RGB (Red+Green+Blue) = 191+69+132=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4584 is #40BA7B. Grayscale: #707070. Windows color (decimal): -4242044 or 8668607. OLE color: 8668607.

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

Color convert

RGB19169132-
CMYK00.640.310.25
HSL329.02º48.8%50.98%-
HSV(B)329.02º63.87%74.9%-
XYZ27.781723.65-
YUV112.66138.92183.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 69 (27.34% from 255) = 17.60%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=48.72%
G=17.60%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916913200.640.310.25329.0248.850.98
HexBF45840401F191493133
Octal277105204010037315116163
Binary10111111100010110000100010000001111111001101001001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4584; }

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

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

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

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

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

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

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

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