#BF4B80

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

Shades of Mulberry #BF4B80

Tints of Mulberry #BF4B80

Color information

#BF4B80 (or 0xBF4B80) is unknown color: approx Mulberry. HEX triplet: BF, 4B and 80. RGB value is (191,75,128). Sum of RGB (Red+Green+Blue) = 191+75+128=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4B80 is #40B47F. Grayscale: #737373. Windows color (decimal): -4240512 or 8407999. OLE color: 8407999.

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

Color convert

RGB19175128-
CMYK00.610.330.25
HSL332.59º47.54%52.16%-
HSV(B)332.59º60.73%74.9%-
XYZ27.917.6722.36-
YUV115.73134.93181.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 128 (50.39% from 255) = 32.49%
R=48.48%
G=19.04%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917512800.610.330.25332.5947.5452.16
HexBF4B8003D211914d3034
Octal27711320007541315156064
Binary10111111100101110000000011110110000111001101001101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B80; }

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

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

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

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

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

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

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

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