#BF4C99

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

Shades of Mulberry #BF4C99

Tints of Mulberry #BF4C99

Color information

#BF4C99 (or 0xBF4C99) is unknown color: approx Mulberry. HEX triplet: BF, 4C and 99. RGB value is (191,76,153). Sum of RGB (Red+Green+Blue) = 191+76+153=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4C99 is #40B366. Grayscale: #767676. Windows color (decimal): -4240231 or 10046655. OLE color: 10046655.

HSL color Cylindrical-coordinate representation of color #BF4C99: hue angle of 319.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C99 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB19176153-
CMYK00.600.200.25
HSL319.83º47.33%52.35%-
HSV(B)319.83º60.21%74.9%-
XYZ29.8218.5532.14-
YUV119.16147.1179.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 76 (30.08% from 255) = 18.10%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=45.48%
G=18.10%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917615300.600.200.25319.8347.3352.35
HexBF4C9903C14191402f34
Octal27711423107424315005764
Binary1011111110011001001100101111001010011001101000000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4C99; }

 p { color: rgb(191,76,153); }

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

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

 a { background-color: rgb(191,76,153); }

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

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

 span { border-color: rgb(191,76,153); }

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