#BF4480

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

Shades of Mulberry #BF4480

Tints of Mulberry #BF4480

Color information

#BF4480 (or 0xBF4480) is unknown color: approx Mulberry. HEX triplet: BF, 44 and 80. RGB value is (191,68,128). Sum of RGB (Red+Green+Blue) = 191+68+128=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4480 is #40BB7F. Grayscale: #6F6F6F. Windows color (decimal): -4242304 or 8406207. OLE color: 8406207.

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

Color convert

RGB19168128-
CMYK00.640.330.25
HSL330.73º49%50.78%-
HSV(B)330.73º64.4%74.9%-
XYZ27.4516.7722.21-
YUV111.62137.25184.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 68 (26.95% from 255) = 17.57%
BLUE value IS 128 (50.39% from 255) = 33.07%
R=49.35%
G=17.57%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916812800.640.330.25330.734950.78
HexBF4480040211914b3133
Octal277104200010041315136163
Binary101111111000100100000000100000010000111001101001011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4480; }

 p { color: rgb(191,68,128); }

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

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

 a { background-color: rgb(191,68,128); }

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

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

 span { border-color: rgb(191,68,128); }

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