#BF5D8F

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

Shades of Mulberry #BF5D8F

Tints of Mulberry #BF5D8F

Color information

#BF5D8F (or 0xBF5D8F) is unknown color: approx Mulberry. HEX triplet: BF, 5D and 8F. RGB value is (191,93,143). Sum of RGB (Red+Green+Blue) = 191+93+143=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5D8F is #40A270. Grayscale: #7F7F7F. Windows color (decimal): -4235889 or 9395647. OLE color: 9395647.

HSL color Cylindrical-coordinate representation of color #BF5D8F: hue angle of 329.39º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5D8F is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB19193143-
CMYK00.510.250.25
HSL329.39º43.36%55.69%-
HSV(B)329.39º51.31%74.9%-
XYZ30.3620.8928.42-
YUV128136.47172.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=44.73%
G=21.78%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919314300.510.250.25329.3943.3655.69
HexBF5D8F03319191492b38
Octal27713521706331315115370
Binary1011111110111011000111101100111100111001101001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D8F; }

 p { color: rgb(191,93,143); }

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

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

 a { background-color: rgb(191,93,143); }

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

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

 span { border-color: rgb(191,93,143); }

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