#BF4B9F

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

Shades of Mulberry #BF4B9F

Tints of Mulberry #BF4B9F

Color information

#BF4B9F (or 0xBF4B9F) is unknown color: approx Mulberry. HEX triplet: BF, 4B and 9F. RGB value is (191,75,159). Sum of RGB (Red+Green+Blue) = 191+75+159=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4B9F is #40B460. Grayscale: #777777. Windows color (decimal): -4240481 or 10439615. OLE color: 10439615.

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

Color convert

RGB19175159-
CMYK00.610.170.25
HSL316.55º47.54%52.16%-
HSV(B)316.55º60.73%74.9%-
XYZ30.2618.6134.8-
YUV119.26150.43179.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=44.94%
G=17.65%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917515900.610.170.25316.5547.5452.16
HexBF4B9F03D111913d3034
Octal27711323707521314756064
Binary1011111110010111001111101111011000111001100111101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B9F; }

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

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

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

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

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

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

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

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