#BE40A5

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

Shades of Mulberry #BE40A5

Tints of Mulberry #BE40A5

Color information

#BE40A5 (or 0xBE40A5) is unknown color: approx Mulberry. HEX triplet: BE, 40 and A5. RGB value is (190,64,165). Sum of RGB (Red+Green+Blue) = 190+64+165=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE40A5 is #41BF5A. Grayscale: #707070. Windows color (decimal): -4308827 or 10830014. OLE color: 10830014.

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

Color convert

RGB19064165-
CMYK00.660.130.25
HSL311.9º49.61%49.8%-
HSV(B)311.9º66.32%74.51%-
XYZ29.8617.3337.37-
YUV113.19157.24182.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 165 (64.84% from 255) = 39.38%
R=45.35%
G=15.27%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906416500.660.130.25311.949.6149.8
HexBE40A5042D191383232
Octal276100245010215314706262
Binary1011111010000001010010101000010110111001100111000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE40A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE40A5; }

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

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

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

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

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

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

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

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