#BF4383

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

Shades of Mulberry #BF4383

Tints of Mulberry #BF4383

Color information

#BF4383 (or 0xBF4383) is unknown color: approx Mulberry. HEX triplet: BF, 43 and 83. RGB value is (191,67,131). Sum of RGB (Red+Green+Blue) = 191+67+131=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4383 is #40BC7C. Grayscale: #6F6F6F. Windows color (decimal): -4242557 or 8602559. OLE color: 8602559.

HSL color Cylindrical-coordinate representation of color #BF4383: hue angle of 329.03º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4383 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB19167131-
CMYK00.650.310.25
HSL329.03º49.21%50.59%-
HSV(B)329.03º64.92%74.9%-
XYZ27.5916.7323.25-
YUV111.37139.08184.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 67 (26.56% from 255) = 17.22%
BLUE value IS 131 (51.56% from 255) = 33.68%
R=49.10%
G=17.22%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916713100.650.310.25329.0349.2150.59
HexBF43830411F191493133
Octal277103203010137315116163
Binary10111111100001110000011010000011111111001101001001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4383; }

 p { color: rgb(191,67,131); }

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

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

 a { background-color: rgb(191,67,131); }

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

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

 span { border-color: rgb(191,67,131); }

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