#BF4EA4

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

Shades of Mulberry #BF4EA4

Tints of Mulberry #BF4EA4

Color information

#BF4EA4 (or 0xBF4EA4) is unknown color: approx Mulberry. HEX triplet: BF, 4E and A4. RGB value is (191,78,164). Sum of RGB (Red+Green+Blue) = 191+78+164=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4EA4 is #40B15B. Grayscale: #797979. Windows color (decimal): -4239708 or 10768063. OLE color: 10768063.

HSL color Cylindrical-coordinate representation of color #BF4EA4: hue angle of 314.34º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4EA4 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19178164-
CMYK00.590.140.25
HSL314.34º46.89%52.75%-
HSV(B)314.34º59.16%74.9%-
XYZ30.9119.2137.2-
YUV121.59151.94177.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 78 (30.86% from 255) = 18.01%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=44.11%
G=18.01%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917816400.590.140.25314.3446.8952.75
HexBF4EA403BE1913a2f35
Octal27711624407316314725765
Binary101111111001110101001000111011111011001100111010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4EA4; }

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

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

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

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

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

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

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

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