#BF3E9C

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

Shades of Mulberry #BF3E9C

Tints of Mulberry #BF3E9C

Color information

#BF3E9C (or 0xBF3E9C) is unknown color: approx Mulberry. HEX triplet: BF, 3E and 9C. RGB value is (191,62,156). Sum of RGB (Red+Green+Blue) = 191+62+156=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E9C is #40C163. Grayscale: #6F6F6F. Windows color (decimal): -4243812 or 10239679. OLE color: 10239679.

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

Color convert

RGB19162156-
CMYK00.680.180.25
HSL316.28º50.99%49.61%-
HSV(B)316.28º67.54%74.9%-
XYZ29.2116.9233.18-
YUV111.29153.24184.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 62 (24.61% from 255) = 15.16%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=46.70%
G=15.16%
B=38.14%

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
Decimal1916215600.680.180.25316.2850.9949.61
HexBF3E9C044121913c3332
Octal27776234010422314746362
Binary1011111111111010011100010001001001011001100111100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3E9C; }

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

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

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

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

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

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

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

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