#BF5C8C

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

Shades of Mulberry #BF5C8C

Tints of Mulberry #BF5C8C

Color information

#BF5C8C (or 0xBF5C8C) is unknown color: approx Mulberry. HEX triplet: BF, 5C and 8C. RGB value is (191,92,140). Sum of RGB (Red+Green+Blue) = 191+92+140=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5C8C is #40A373. Grayscale: #7E7E7E. Windows color (decimal): -4236148 or 9198783. OLE color: 9198783.

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

Color convert

RGB19192140-
CMYK00.520.270.25
HSL330.91º43.61%55.49%-
HSV(B)330.91º51.83%74.9%-
XYZ30.0520.6227.21-
YUV127.07135.3173.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 92 (36.33% from 255) = 21.75%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=45.15%
G=21.75%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919214000.520.270.25330.9143.6155.49
HexBF5C8C0341B1914b2c37
Octal27713421406433315135467
Binary1011111110111001000110001101001101111001101001011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C8C; }

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

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

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

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

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

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

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

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