#BE409A

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

Shades of Mulberry #BE409A

Tints of Mulberry #BE409A

Color information

#BE409A (or 0xBE409A) is unknown color: approx Mulberry. HEX triplet: BE, 40 and 9A. RGB value is (190,64,154). Sum of RGB (Red+Green+Blue) = 190+64+154=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE409A is #41BF65. Grayscale: #6F6F6F. Windows color (decimal): -4308838 or 10109118. OLE color: 10109118.

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

Color convert

RGB19064154-
CMYK00.660.190.25
HSL317.14º49.61%49.8%-
HSV(B)317.14º66.32%74.51%-
XYZ28.916.9532.32-
YUV111.93151.74183.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 64 (25.39% from 255) = 15.69%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=46.57%
G=15.69%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906415400.660.190.25317.1449.6149.8
HexBE409A042131913d3232
Octal276100232010223314756262
Binary10111110100000010011010010000101001111001100111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE409A; }

 p { color: rgb(190,64,154); }

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

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

 a { background-color: rgb(190,64,154); }

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

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

 span { border-color: rgb(190,64,154); }

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