#BF5793

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

Shades of Mulberry #BF5793

Tints of Mulberry #BF5793

Color information

#BF5793 (or 0xBF5793) is unknown color: approx Mulberry. HEX triplet: BF, 57 and 93. RGB value is (191,87,147). Sum of RGB (Red+Green+Blue) = 191+87+147=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5793 is #40A86C. Grayscale: #7C7C7C. Windows color (decimal): -4237421 or 9656255. OLE color: 9656255.

HSL color Cylindrical-coordinate representation of color #BF5793: hue angle of 325.38º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5793 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19187147-
CMYK00.540.230.25
HSL325.38º44.83%54.51%-
HSV(B)325.38º54.45%74.9%-
XYZ30.162029.87-
YUV124.94140.46175.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 87 (34.38% from 255) = 20.47%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=44.94%
G=20.47%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918714700.540.230.25325.3844.8354.51
HexBF579303617191452d37
Octal27712722306627315055567
Binary1011111110101111001001101101101011111001101000101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5793; }

 p { color: rgb(191,87,147); }

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

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

 a { background-color: rgb(191,87,147); }

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

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

 span { border-color: rgb(191,87,147); }

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