#BF5EA4

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

Shades of Mulberry #BF5EA4

Tints of Mulberry #BF5EA4

Color information

#BF5EA4 (or 0xBF5EA4) is unknown color: approx Mulberry. HEX triplet: BF, 5E and A4. RGB value is (191,94,164). Sum of RGB (Red+Green+Blue) = 191+94+164=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5EA4 is #40A15B. Grayscale: #828282. Windows color (decimal): -4235612 or 10772159. OLE color: 10772159.

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

Color convert

RGB19194164-
CMYK00.510.140.25
HSL316.7º43.11%55.88%-
HSV(B)316.7º50.79%74.9%-
XYZ32.1921.7637.63-
YUV130.98146.64170.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 94 (37.11% from 255) = 20.94%
BLUE value IS 164 (64.45% from 255) = 36.53%
R=42.54%
G=20.94%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919416400.510.140.25316.743.1155.88
HexBF5EA4033E1913d2b38
Octal27713624406316314755370
Binary101111111011110101001000110011111011001100111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5EA4; }

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

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

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

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

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

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

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

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