#BE61A4

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

Shades of Mulberry #BE61A4

Tints of Mulberry #BE61A4

Color information

#BE61A4 (or 0xBE61A4) is unknown color: approx Mulberry. HEX triplet: BE, 61 and A4. RGB value is (190,97,164). Sum of RGB (Red+Green+Blue) = 190+97+164=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE61A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE61A4 is #419E5B. Grayscale: #848484. Windows color (decimal): -4300380 or 10772926. OLE color: 10772926.

HSL color Cylindrical-coordinate representation of color #BE61A4: hue angle of 316.77º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE61A4 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19097164-
CMYK00.490.140.25
HSL316.77º41.7%56.27%-
HSV(B)316.77º48.95%74.51%-
XYZ32.2122.1837.7-
YUV132.44145.81169.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 97 (38.28% from 255) = 21.51%
BLUE value IS 164 (64.45% from 255) = 36.36%
R=42.13%
G=21.51%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909716400.490.140.25316.7741.756.27
HexBE61A4031E1913d2a38
Octal27614124406116314755270
Binary101111101100001101001000110001111011001100111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE61A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE61A4; }

 p { color: rgb(190,97,164); }

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

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

 a { background-color: rgb(190,97,164); }

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

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

 span { border-color: rgb(190,97,164); }

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