#BF3E9D

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

Shades of Mulberry #BF3E9D

Tints of Mulberry #BF3E9D

Color information

#BF3E9D (or 0xBF3E9D) is unknown color: approx Mulberry. HEX triplet: BF, 3E and 9D. RGB value is (191,62,157). Sum of RGB (Red+Green+Blue) = 191+62+157=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E9D is #40C162. Grayscale: #6F6F6F. Windows color (decimal): -4243811 or 10305215. OLE color: 10305215.

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

Color convert

RGB19162157-
CMYK00.680.180.25
HSL315.81º50.99%49.61%-
HSV(B)315.81º67.54%74.9%-
XYZ29.2916.9633.63-
YUV111.4153.74184.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 62 (24.61% from 255) = 15.12%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=46.59%
G=15.12%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916215700.680.180.25315.8150.9949.61
HexBF3E9D044121913c3332
Octal27776235010422314746362
Binary1011111111111010011101010001001001011001100111100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3E9D; }

 p { color: rgb(191,62,157); }

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

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

 a { background-color: rgb(191,62,157); }

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

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

 span { border-color: rgb(191,62,157); }

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