#bf3f8d

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

Shades of Mulberry #BF3F8D

Tints of Mulberry #BF3F8D

Color information

#BF3F8D (or 0xBF3F8D) is unknown color: approx Mulberry. HEX triplet: BF, 3F and 8D. RGB value is (191,63,141). Sum of RGB (Red+Green+Blue) = 191+63+141=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F8D is #40C072. Grayscale: #6D6D6D. Windows color (decimal): -4243571 or 9256895. OLE color: 9256895.

HSL color Cylindrical-coordinate representation of color #BF3F8D: hue angle of 323.44º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F8D is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19163141-
CMYK00.670.260.25
HSL323.44º50.39%49.8%-
HSV(B)323.44º67.02%74.9%-
XYZ28.0716.5526.92-
YUV110.16145.41185.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=48.35%
G=15.95%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916314100.670.260.25323.4450.3949.8
HexBF3F8D0431A191433232
Octal27777215010332315036262
Binary1011111111111110001101010000111101011001101000011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf3f8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf3f8d; }

 p { color: rgb(191,63,141); }

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

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

 a { background-color: rgb(191,63,141); }

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

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

 span { border-color: rgb(191,63,141); }

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