#BF409E

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

Shades of Mulberry #BF409E

Tints of Mulberry #BF409E

Color information

#BF409E (or 0xBF409E) is unknown color: approx Mulberry. HEX triplet: BF, 40 and 9E. RGB value is (191,64,158). Sum of RGB (Red+Green+Blue) = 191+64+158=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF409E is #40BF61. Grayscale: #707070. Windows color (decimal): -4243298 or 10371263. OLE color: 10371263.

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

Color convert

RGB19164158-
CMYK00.660.170.25
HSL315.59º49.8%50%-
HSV(B)315.59º66.49%74.9%-
XYZ29.4917.2134.12-
YUV112.69153.58183.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=46.25%
G=15.50%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916415800.660.170.25315.5949.850
HexBF409E042111913c3232
Octal277100236010221314746262
Binary10111111100000010011110010000101000111001100111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF409E; }

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

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

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

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

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

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

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

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