#BE4196

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

Shades of Mulberry #BE4196

Tints of Mulberry #BE4196

Color information

#BE4196 (or 0xBE4196) is unknown color: approx Mulberry. HEX triplet: BE, 41 and 96. RGB value is (190,65,150). Sum of RGB (Red+Green+Blue) = 190+65+150=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4196 is #41BE69. Grayscale: #6F6F6F. Windows color (decimal): -4308586 or 9847230. OLE color: 9847230.

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

Color convert

RGB19065150-
CMYK00.660.210.25
HSL319.2º49.02%50%-
HSV(B)319.2º65.79%74.51%-
XYZ28.6316.9330.61-
YUV112.06149.41183.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 150 (58.98% from 255) = 37.04%
R=46.91%
G=16.05%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906515000.660.210.25319.249.0250
HexBE4196042151913f3132
Octal276101226010225314776162
Binary10111110100000110010110010000101010111001100111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4196; }

 p { color: rgb(190,65,150); }

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

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

 a { background-color: rgb(190,65,150); }

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

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

 span { border-color: rgb(190,65,150); }

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