#BF4E9C

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

Shades of Mulberry #BF4E9C

Tints of Mulberry #BF4E9C

Color information

#BF4E9C (or 0xBF4E9C) is unknown color: approx Mulberry. HEX triplet: BF, 4E and 9C. RGB value is (191,78,156). Sum of RGB (Red+Green+Blue) = 191+78+156=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E9C is #40B163. Grayscale: #787878. Windows color (decimal): -4239716 or 10243775. OLE color: 10243775.

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

Color convert

RGB19178156-
CMYK00.590.180.25
HSL318.58º46.89%52.75%-
HSV(B)318.58º59.16%74.9%-
XYZ30.2118.9333.51-
YUV120.68147.94178.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 78 (30.86% from 255) = 18.35%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=44.94%
G=18.35%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917815600.590.180.25318.5846.8952.75
HexBF4E9C03B121913f2f35
Octal27711623407322314775765
Binary1011111110011101001110001110111001011001100111111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E9C; }

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

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

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

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

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

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

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

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