#bf4c9f

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

Shades of Mulberry #BF4C9F

Tints of Mulberry #BF4C9F

Color information

#BF4C9F (or 0xBF4C9F) is unknown color: approx Mulberry. HEX triplet: BF, 4C and 9F. RGB value is (191,76,159). Sum of RGB (Red+Green+Blue) = 191+76+159=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4C9F is #40B360. Grayscale: #777777. Windows color (decimal): -4240225 or 10439871. OLE color: 10439871.

HSL color Cylindrical-coordinate representation of color #BF4C9F: hue angle of 316.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C9F is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19176159-
CMYK00.600.170.25
HSL316.7º47.33%52.35%-
HSV(B)316.7º60.21%74.9%-
XYZ30.3318.7534.82-
YUV119.85150.1178.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=44.84%
G=17.84%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917615900.600.170.25316.747.3352.35
HexBF4C9F03C111913d2f34
Octal27711423707421314755764
Binary1011111110011001001111101111001000111001100111101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4c9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4c9f; }

 p { color: rgb(191,76,159); }

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

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

 a { background-color: rgb(191,76,159); }

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

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

 span { border-color: rgb(191,76,159); }

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