#bf4984

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

Shades of Mulberry #BF4984

Tints of Mulberry #BF4984

Color information

#BF4984 (or 0xBF4984) is unknown color: approx Mulberry. HEX triplet: BF, 49 and 84. RGB value is (191,73,132). Sum of RGB (Red+Green+Blue) = 191+73+132=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4984 is #40B67B. Grayscale: #727272. Windows color (decimal): -4241020 or 8669631. OLE color: 8669631.

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

Color convert

RGB19173132-
CMYK00.620.310.25
HSL330º47.97%51.76%-
HSV(B)330º61.78%74.9%-
XYZ28.0317.5123.73-
YUV115.01137.59182.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 132 (51.95% from 255) = 33.33%
R=48.23%
G=18.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917313200.620.310.2533047.9751.76
HexBF498403E1F1914a3034
Octal27711120407637315126064
Binary1011111110010011000010001111101111111001101001010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4984; }

 p { color: rgb(191,73,132); }

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

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

 a { background-color: rgb(191,73,132); }

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

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

 span { border-color: rgb(191,73,132); }

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