#BF4A8E

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

Shades of Mulberry #BF4A8E

Tints of Mulberry #BF4A8E

Color information

#BF4A8E (or 0xBF4A8E) is unknown color: approx Mulberry. HEX triplet: BF, 4A and 8E. RGB value is (191,74,142). Sum of RGB (Red+Green+Blue) = 191+74+142=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4A8E is #40B571. Grayscale: #747474. Windows color (decimal): -4240754 or 9325247. OLE color: 9325247.

HSL color Cylindrical-coordinate representation of color #BF4A8E: hue angle of 325.13º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4A8E is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19174142-
CMYK00.610.260.25
HSL325.13º47.76%51.96%-
HSV(B)325.13º61.26%74.9%-
XYZ28.8217.9327.53-
YUV116.74142.26180.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 74 (29.30% from 255) = 18.18%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=46.93%
G=18.18%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917414200.610.260.25325.1347.7651.96
HexBF4A8E03D1A191453034
Octal27711221607532315056064
Binary1011111110010101000111001111011101011001101000101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4A8E; }

 p { color: rgb(191,74,142); }

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

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

 a { background-color: rgb(191,74,142); }

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

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

 span { border-color: rgb(191,74,142); }

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