#BF4589

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

Shades of Mulberry #BF4589

Tints of Mulberry #BF4589

Color information

#BF4589 (or 0xBF4589) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 89. RGB value is (191,69,137). Sum of RGB (Red+Green+Blue) = 191+69+137=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4589 is #40BA76. Grayscale: #717171. Windows color (decimal): -4242039 or 8996287. OLE color: 8996287.

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

Color convert

RGB19169137-
CMYK00.640.280.25
HSL326.56º48.8%50.98%-
HSV(B)326.56º63.87%74.9%-
XYZ28.1317.1425.49-
YUV113.23141.42183.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 69 (27.34% from 255) = 17.38%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=48.11%
G=17.38%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916913700.640.280.25326.5648.850.98
HexBF45890401C191473133
Octal277105211010034315076163
Binary10111111100010110001001010000001110011001101000111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4589; }

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

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

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

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

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

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

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

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