#BF5E8B

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

Shades of Mulberry #BF5E8B

Tints of Mulberry #BF5E8B

Color information

#BF5E8B (or 0xBF5E8B) is unknown color: approx Mulberry. HEX triplet: BF, 5E and 8B. RGB value is (191,94,139). Sum of RGB (Red+Green+Blue) = 191+94+139=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E8B is #40A174. Grayscale: #808080. Windows color (decimal): -4235637 or 9133759. OLE color: 9133759.

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

Color convert

RGB19194139-
CMYK00.510.270.25
HSL332.16º43.11%55.88%-
HSV(B)332.16º50.79%74.9%-
XYZ30.1520.9526.88-
YUV128.13134.14172.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 94 (37.11% from 255) = 22.17%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=45.05%
G=22.17%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919413900.510.270.25332.1643.1155.88
HexBF5E8B0331B1914c2b38
Octal27713621306333315145370
Binary1011111110111101000101101100111101111001101001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E8B; }

 p { color: rgb(191,94,139); }

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

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

 a { background-color: rgb(191,94,139); }

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

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

 span { border-color: rgb(191,94,139); }

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