#BF4882

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

Shades of Mulberry #BF4882

Tints of Mulberry #BF4882

Color information

#BF4882 (or 0xBF4882) is unknown color: approx Mulberry. HEX triplet: BF, 48 and 82. RGB value is (191,72,130). Sum of RGB (Red+Green+Blue) = 191+72+130=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4882 is #40B77D. Grayscale: #727272. Windows color (decimal): -4241278 or 8538303. OLE color: 8538303.

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

Color convert

RGB19172130-
CMYK00.620.320.25
HSL330.76º48.18%51.57%-
HSV(B)330.76º62.3%74.9%-
XYZ27.8317.3223-
YUV114.19136.92182.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=48.60%
G=18.32%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917213000.620.320.25330.7648.1851.57
HexBF488203E201914b3034
Octal27711020207640315136064
Binary10111111100100010000010011111010000011001101001011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4882; }

 p { color: rgb(191,72,130); }

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

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

 a { background-color: rgb(191,72,130); }

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

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

 span { border-color: rgb(191,72,130); }

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