#BF409C

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

Shades of Mulberry #BF409C

Tints of Mulberry #BF409C

Color information

#BF409C (or 0xBF409C) is unknown color: approx Mulberry. HEX triplet: BF, 40 and 9C. RGB value is (191,64,156). Sum of RGB (Red+Green+Blue) = 191+64+156=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF409C is #40BF63. Grayscale: #707070. Windows color (decimal): -4243300 or 10240191. OLE color: 10240191.

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

Color convert

RGB19164156-
CMYK00.660.180.25
HSL316.54º49.8%50%-
HSV(B)316.54º66.49%74.9%-
XYZ29.3217.1433.22-
YUV112.46152.58184.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 64 (25.39% from 255) = 15.57%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=46.47%
G=15.57%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916415600.660.180.25316.5449.850
HexBF409C042121913d3232
Octal277100234010222314756262
Binary10111111100000010011100010000101001011001100111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF409C; }

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

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

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

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

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

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

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

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