#BF4587

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

Shades of Mulberry #BF4587

Tints of Mulberry #BF4587

Color information

#BF4587 (or 0xBF4587) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 87. RGB value is (191,69,135). Sum of RGB (Red+Green+Blue) = 191+69+135=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4587 is #40BA78. Grayscale: #707070. Windows color (decimal): -4242041 or 8865215. OLE color: 8865215.

HSL color Cylindrical-coordinate representation of color #BF4587: hue angle of 327.54º 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 #BF4587 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19169135-
CMYK00.640.290.25
HSL327.54º48.8%50.98%-
HSV(B)327.54º63.87%74.9%-
XYZ27.9917.0824.74-
YUV113140.42183.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 69 (27.34% from 255) = 17.47%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=48.35%
G=17.47%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916913500.640.290.25327.5448.850.98
HexBF45870401D191483133
Octal277105207010035315106163
Binary10111111100010110000111010000001110111001101001000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4587; }

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

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

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

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

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

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

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

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