#bf4195

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

Shades of Mulberry #BF4195

Tints of Mulberry #BF4195

Color information

#BF4195 (or 0xBF4195) is unknown color: approx Mulberry. HEX triplet: BF, 41 and 95. RGB value is (191,65,149). Sum of RGB (Red+Green+Blue) = 191+65+149=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4195 is #40BE6A. Grayscale: #707070. Windows color (decimal): -4243051 or 9781695. OLE color: 9781695.

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

Color convert

RGB19165149-
CMYK00.660.220.25
HSL320º49.61%50.2%-
HSV(B)320º65.97%74.9%-
XYZ28.817.0330.2-
YUV112.25148.74184.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=47.16%
G=16.05%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916514900.660.220.2532049.6150.2
HexBF419504216191403232
Octal277101225010226315006262
Binary10111111100000110010101010000101011011001101000000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4195; }

 p { color: rgb(191,65,149); }

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

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

 a { background-color: rgb(191,65,149); }

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

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

 span { border-color: rgb(191,65,149); }

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