#BE47A4

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

Shades of Mulberry #BE47A4

Tints of Mulberry #BE47A4

Color information

#BE47A4 (or 0xBE47A4) is unknown color: approx Mulberry. HEX triplet: BE, 47 and A4. RGB value is (190,71,164). Sum of RGB (Red+Green+Blue) = 190+71+164=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE47A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE47A4 is #41B85B. Grayscale: #747474. Windows color (decimal): -4307036 or 10766270. OLE color: 10766270.

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

Color convert

RGB19071164-
CMYK00.630.140.25
HSL313.11º47.79%51.18%-
HSV(B)313.11º62.63%74.51%-
XYZ30.1918.1337.03-
YUV117.18154.42179.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 71 (28.12% from 255) = 16.71%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=44.71%
G=16.71%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907116400.630.140.25313.1147.7951.18
HexBE47A403FE191393033
Octal27610724407716314716063
Binary101111101000111101001000111111111011001100111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE47A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE47A4; }

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

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

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

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

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

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

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

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