#BF5993

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

Shades of Mulberry #BF5993

Tints of Mulberry #BF5993

Color information

#BF5993 (or 0xBF5993) is unknown color: approx Mulberry. HEX triplet: BF, 59 and 93. RGB value is (191,89,147). Sum of RGB (Red+Green+Blue) = 191+89+147=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5993 is #40A66C. Grayscale: #7D7D7D. Windows color (decimal): -4236909 or 9656767. OLE color: 9656767.

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

Color convert

RGB19189147-
CMYK00.530.230.25
HSL325.88º44.35%54.9%-
HSV(B)325.88º53.4%74.9%-
XYZ30.3220.3329.93-
YUV126.11139.79174.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 89 (35.16% from 255) = 20.84%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=44.73%
G=20.84%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918914700.530.230.25325.8844.3554.9
HexBF599303517191462c37
Octal27713122306527315065467
Binary1011111110110011001001101101011011111001101000110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5993; }

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

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

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

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

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

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

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

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