#BF5893

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

Shades of Mulberry #BF5893

Tints of Mulberry #BF5893

Color information

#BF5893 (or 0xBF5893) is unknown color: approx Mulberry. HEX triplet: BF, 58 and 93. RGB value is (191,88,147). Sum of RGB (Red+Green+Blue) = 191+88+147=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5893 is #40A76C. Grayscale: #7D7D7D. Windows color (decimal): -4237165 or 9656511. OLE color: 9656511.

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

Color convert

RGB19188147-
CMYK00.540.230.25
HSL325.63º44.59%54.71%-
HSV(B)325.63º53.93%74.9%-
XYZ30.2420.1629.9-
YUV125.52140.12174.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 88 (34.77% from 255) = 20.66%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=44.84%
G=20.66%
B=34.51%

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
Decimal1918814700.540.230.25325.6344.5954.71
HexBF589303617191462d37
Octal27713022306627315065567
Binary1011111110110001001001101101101011111001101000110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5893; }

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

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

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

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

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

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

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

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