#BF4588

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

Shades of Mulberry #BF4588

Tints of Mulberry #BF4588

Color information

#BF4588 (or 0xBF4588) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 88. RGB value is (191,69,136). Sum of RGB (Red+Green+Blue) = 191+69+136=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4588 is #40BA77. Grayscale: #707070. Windows color (decimal): -4242040 or 8930751. OLE color: 8930751.

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

Color convert

RGB19169136-
CMYK00.640.290.25
HSL327.05º48.8%50.98%-
HSV(B)327.05º63.87%74.9%-
XYZ28.0617.1125.12-
YUV113.12140.92183.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 69 (27.34% from 255) = 17.42%
BLUE value IS 136 (53.52% from 255) = 34.34%
R=48.23%
G=17.42%
B=34.34%

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
Decimal1916913600.640.290.25327.0548.850.98
HexBF45880401D191473133
Octal277105210010035315076163
Binary10111111100010110001000010000001110111001101000111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4588; }

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

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

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

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

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

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

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

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