#BF5C91

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

Shades of Mulberry #BF5C91

Tints of Mulberry #BF5C91

Color information

#BF5C91 (or 0xBF5C91) is unknown color: approx Mulberry. HEX triplet: BF, 5C and 91. RGB value is (191,92,145). Sum of RGB (Red+Green+Blue) = 191+92+145=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5C91 is #40A36E. Grayscale: #7F7F7F. Windows color (decimal): -4236143 or 9526463. OLE color: 9526463.

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

Color convert

RGB19192145-
CMYK00.520.240.25
HSL327.88º43.61%55.49%-
HSV(B)327.88º51.83%74.9%-
XYZ30.4220.7729.19-
YUV127.64137.8173.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 145 (57.03% from 255) = 33.88%
R=44.63%
G=21.50%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919214500.520.240.25327.8843.6155.49
HexBF5C9103418191482c37
Octal27713422106430315105467
Binary1011111110111001001000101101001100011001101001000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C91; }

 p { color: rgb(191,92,145); }

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

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

 a { background-color: rgb(191,92,145); }

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

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

 span { border-color: rgb(191,92,145); }

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