#BF5E94

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

Shades of Mulberry #BF5E94

Tints of Mulberry #BF5E94

Color information

#BF5E94 (or 0xBF5E94) is unknown color: approx Mulberry. HEX triplet: BF, 5E and 94. RGB value is (191,94,148). Sum of RGB (Red+Green+Blue) = 191+94+148=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E94 is #40A16B. Grayscale: #818181. Windows color (decimal): -4235628 or 9723583. OLE color: 9723583.

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

Color convert

RGB19194148-
CMYK00.510.230.25
HSL326.6º43.11%55.88%-
HSV(B)326.6º50.79%74.9%-
XYZ30.8321.2230.49-
YUV129.16138.64172.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=44.11%
G=21.71%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919414800.510.230.25326.643.1155.88
HexBF5E9403317191472b38
Octal27713622406327315075370
Binary1011111110111101001010001100111011111001101000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E94; }

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

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

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

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

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

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

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

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