#BE51A2

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

Shades of Mulberry #BE51A2

Tints of Mulberry #BE51A2

Color information

#BE51A2 (or 0xBE51A2) is unknown color: approx Mulberry. HEX triplet: BE, 51 and A2. RGB value is (190,81,162). Sum of RGB (Red+Green+Blue) = 190+81+162=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE51A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE51A2 is #41AE5D. Grayscale: #7A7A7A. Windows color (decimal): -4304478 or 10637758. OLE color: 10637758.

HSL color Cylindrical-coordinate representation of color #BE51A2: hue angle of 315.41º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE51A2 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19081162-
CMYK00.570.150.25
HSL315.41º45.61%53.14%-
HSV(B)315.41º57.37%74.51%-
XYZ30.719.4436.32-
YUV122.82150.11175.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 162 (63.67% from 255) = 37.41%
R=43.88%
G=18.71%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908116200.570.150.25315.4145.6153.14
HexBE51A2039F1913b2e35
Octal27612124207117314735665
Binary101111101010001101000100111001111111001100111011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE51A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE51A2; }

 p { color: rgb(190,81,162); }

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

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

 a { background-color: rgb(190,81,162); }

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

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

 span { border-color: rgb(190,81,162); }

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